8355-testToMaster #3336

Merged
alexm merged 241 commits from 8355-testToMaster into master 2025-01-07 06:44:57 +00:00
1 changed files with 1 additions and 2 deletions
Showing only changes of commit 093fdb6cb3 - Show all commits

View File

@ -165,8 +165,6 @@ module.exports = Self => {
case 'clientFk':
param = `t.${param}`;
return {[param]: value};
case 'packing':
return {'i.itemPackingTypeFk': value};
}
});
@ -380,6 +378,7 @@ module.exports = Self => {
}
case 'agencyModeFk':
case 'warehouseFk':
case 'packing':
case 'countryFk':
param = `f.${param}`;
return {[param]: value};