refs #5995 Minor change
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Guillermo Bonet 2023-08-10 07:54:49 +02:00
parent 2f64a41f64
commit ed88a5b25f
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ module.exports = Self => {
t.id ticketFk,
co.country,
t.clientFk,
IF(sub.id, TRUE, FALSE) hasCmrDms,
sub.id hasCmrDms,
DATE(t.shipped) shipped
FROM ticket t
JOIN ticketState ts ON ts.ticketFk = t.id