Merge pull request 'Hotfix[CreateManualInvoice]: Fixed manual invoice' (!3393) from Hotfix-ManualInvoice into master
gitea/salix/pipeline/head This commit looks good Details

Reviewed-on: #3393
Reviewed-by: Alex Moreno <alexm@verdnatura.es>
This commit is contained in:
Jon Elias 2025-01-29 10:59:09 +00:00
commit 8f3226f7c1
1 changed files with 2 additions and 1 deletions

View File

@ -109,7 +109,8 @@ module.exports = Self => {
where: {
clientFk: clientFk,
shipped: {lte: maxShipped}
}
},
order: 'shipped DESC'
}, myOptions);
companyFk = company.companyFk;
}