feat: refs #6925 check incoterms in closure and makeInvoice
gitea/salix/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Alex Moreno 2024-03-08 07:49:00 +01:00
parent c2ecedca71
commit 8cda12a9da
1 changed files with 0 additions and 1 deletions

View File

@ -58,7 +58,6 @@ module.exports = Self => {
AND t.refFk IS NULL
GROUP BY t.id
`, [toDate, toDate]);
console.log('tickets: ', tickets);
await closure(ctx, Self, tickets);