8315-devToTest #1094

Merged
alexm merged 253 commits from 8315-devToTest into test 2024-12-18 10:31:55 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 8dd2c94b37 - Show all commits

View File

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