This commit is contained in:
parent
34da78e1ba
commit
093fdb6cb3
|
@ -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};
|
||||
|
|
Loading…
Reference in New Issue