Merge pull request 'fix addFromBuy backTest' (!1593) from fix-addFromBuy-backTest into dev
gitea/salix/pipeline/head This commit looks good Details

Reviewed-on: #1593
Reviewed-by: Vicent Llopis <vicent@verdnatura.es>
This commit is contained in:
Alexandre Riera 2023-06-07 06:21:31 +00:00
commit 92a8e5f689
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ module.exports = Self => {
try {
let buy = await models.Buy.findOne({where: {entryFk: args.id}}, myOptions);
if (buy)
await buy.updateAttribute('printedStickers', args.printedStickers);
await buy.updateAttribute('printedStickers', args.printedStickers, myOptions);
else {
const userConfig = await models.UserConfig.findById(userId, {fields: ['warehouseFk']}, myOptions);
await Self.rawSql(