fix: fixed manual invoice
gitea/salix/pipeline/pr-master This commit looks good Details

This commit is contained in:
Jon Elias 2025-01-29 10:45:29 +01:00
parent 8ed9e864a2
commit f088f1776f
1 changed files with 2 additions and 1 deletions

View File

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