Merge pull request 'Hotfix[CreateManualInvoice]: Fixed manual invoice' (!3393) from Hotfix-ManualInvoice into master
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
Reviewed-on: #3393 Reviewed-by: Alex Moreno <alexm@verdnatura.es>
This commit is contained in:
commit
8f3226f7c1
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue