Updated back unit tests
gitea/salix/pipeline/head There was a failure building this commit
Details
gitea/salix/pipeline/head There was a failure building this commit
Details
This commit is contained in:
parent
1598b6c703
commit
eadff3fff9
|
@ -8,7 +8,7 @@
|
|||
},
|
||||
"properties": {
|
||||
"params": {
|
||||
"type": "json"
|
||||
"type": "string"
|
||||
},
|
||||
"queued": {
|
||||
"type": "date"
|
||||
|
|
|
@ -138,7 +138,7 @@ module.exports = Self => {
|
|||
if (newInvoice.id) {
|
||||
await Self.rawSql('CALL invoiceOutBooking(?)', [newInvoice.id], myOptions);
|
||||
|
||||
query = `INSERT IGNORE INTO invoiceOut_queue(invoiceFk) VALUES(?)`;
|
||||
query = `INSERT IGNORE INTO invoiceOutQueue(invoiceFk) VALUES(?)`;
|
||||
await Self.rawSql(query, [newInvoice.id], myOptions);
|
||||
|
||||
invoicesIds.push(newInvoice.id);
|
||||
|
|
Loading…
Reference in New Issue