using hasAnyNegative: refs #6515 #1905
No reviewers
Labels
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: verdnatura/salix#1905
Loading…
Reference in New Issue
No description provided.
Delete Branch "6515-hasAnyNegativeBase"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -166,3 +166,2 @@
const models = Self.app.models;
const query = 'SELECT vn.hasSomeNegativeBase(?) AS base';
const [result] = await models.InvoiceOut.rawSql(query, [ticketId], options);
await models.InvoiceOut.rawSql('CALL invoiceOut_exportationFromClient(?,?,?)',
Crea la tabla temporal necesaria ticketToInvoice para hasAnyNegativeBase() @jgallego