refs #5995 Added getExternalCmrs #1703

Merged
guillermo merged 5 commits from 5995-liliumExternalCmr into master 2023-08-10 08:35:29 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit ed88a5b25f - Show all commits

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