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

This commit is contained in:
Carlos Satorres 2024-10-28 09:01:00 +01:00
parent c0c1d3e3a9
commit 8dd2c94b37
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ function exprBuilder(param, value) {
case 'department':
return { 'd.name': value };
case 'packing':
return { ItemPackingTypeFk: value };
return { packing: value };
case 'totalWithVat':
return { [`t.${param}`]: value };
}