fix: refs #6389 back
gitea/salix/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Carlos Satorres 2024-12-11 11:50:16 +01:00
parent 34da78e1ba
commit 093fdb6cb3
1 changed files with 1 additions and 2 deletions

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};