fix: refs #6389 ipt #846

Merged
carlossa merged 19 commits from 6389-changesMonitor into dev 2024-12-12 09:28:53 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 0ecc103fc2 - Show all commits

View File

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