This commit is contained in:
parent
1af288862a
commit
34da78e1ba
|
@ -166,7 +166,7 @@ module.exports = Self => {
|
|||
param = `t.${param}`;
|
||||
return {[param]: value};
|
||||
case 'packing':
|
||||
return {'packing': value};
|
||||
return {'i.itemPackingTypeFk': value};
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue