fix: refs #6389 back
gitea/salix/pipeline/pr-dev There was a failure building this commit Details

This commit is contained in:
Carlos Satorres 2024-12-11 09:58:51 +01:00
parent 1af288862a
commit 34da78e1ba
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@ module.exports = Self => {
param = `t.${param}`;
return {[param]: value};
case 'packing':
return {'packing': value};
return {'i.itemPackingTypeFk': value};
}
});