Merge pull request 'refs #5995 Changed query getExternalCmrs' (!1710) from 5995-queryExternalCmr into master
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
Reviewed-on: #1710 Reviewed-by: Alex Moreno <alexm@verdnatura.es>
This commit is contained in:
commit
579ace9e9d
|
@ -95,7 +95,7 @@ module.exports = Self => {
|
|||
t.id ticketFk,
|
||||
co.country,
|
||||
t.clientFk,
|
||||
sub.id hasCmrDms,
|
||||
IF(sub.id, TRUE, FALSE) hasCmrDms,
|
||||
DATE(t.shipped) shipped
|
||||
FROM ticket t
|
||||
JOIN ticketState ts ON ts.ticketFk = t.id
|
||||
|
|
Loading…
Reference in New Issue