fix: fixed manual invoice
gitea/salix/pipeline/pr-master This commit looks good
Details
gitea/salix/pipeline/pr-master This commit looks good
Details
This commit is contained in:
parent
8ed9e864a2
commit
f088f1776f
|
@ -109,7 +109,8 @@ module.exports = Self => {
|
|||
where: {
|
||||
clientFk: clientFk,
|
||||
shipped: {lte: maxShipped}
|
||||
}
|
||||
},
|
||||
order: 'shipped DESC'
|
||||
}, myOptions);
|
||||
companyFk = company.companyFk;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue