invoiceInLog section, model and table #638

Merged
joan merged 2 commits from 2932-invoiceIn_log into dev 2021-06-04 08:44:37 +00:00
2 changed files with 0 additions and 2 deletions
Showing only changes of commit 651a9356f3 - Show all commits

View File

@ -304,7 +304,6 @@ module.exports = Self => {
stmts.push(
`DROP TEMPORARY TABLE
tmp.filter,
tmp.ticket,
tmp.ticket_problems`);
let sql = ParameterizedSQL.join(stmts, ';');

View File

@ -304,7 +304,6 @@ module.exports = Self => {
stmts.push(
`DROP TEMPORARY TABLE
tmp.filter,
tmp.ticket,
tmp.ticket_problems`);
let sql = ParameterizedSQL.join(stmts, ';');