4090-global_invoincing #1135
|
@ -68,8 +68,6 @@ module.exports = Self => {
|
||||||
fields: ['id', 'hasToInvoiceByAddress']
|
fields: ['id', 'hasToInvoiceByAddress']
|
||||||
}, myOptions);
|
}, myOptions);
|
||||||
try {
|
try {
|
||||||
throw new Error(`Pq lo digo yo`);
|
|
||||||
|
|
||||||
if (client.hasToInvoiceByAddress) {
|
if (client.hasToInvoiceByAddress) {
|
||||||
await Self.rawSql('CALL ticketToInvoiceByAddress(?, ?, ?, ?)', [
|
await Self.rawSql('CALL ticketToInvoiceByAddress(?, ?, ?, ?)', [
|
||||||
args.minShipped,
|
args.minShipped,
|
||||||
|
|
Loading…
Reference in New Issue