Hotfix[CreateManualInvoice]: Fixed manual invoice #3393

Merged
jon merged 1 commits from Hotfix-ManualInvoice into master 2025-01-29 10:59:12 +00:00
1 changed files with 2 additions and 1 deletions
Showing only changes of commit f088f1776f - Show all commits

View File

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