Merge branch 'test' of https://gitea.verdnatura.es/verdnatura/salix into dev
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
This commit is contained in:
commit
3f0fe15763
|
@ -259,7 +259,7 @@ module.exports = Self => {
|
|||
WHERE (al.code = 'FREE' OR f.alertLevel IS NULL)
|
||||
AND f.shipped >= CURDATE()`);
|
||||
|
||||
stmts.push('CALL ticketGetProblems()');
|
||||
stmts.push('CALL ticketGetProblems(FALSE)');
|
||||
|
||||
stmt = new ParameterizedSQL(`
|
||||
SELECT
|
||||
|
|
Loading…
Reference in New Issue