feat: refs #269518 isFragile item and itemType #3419

Merged
jbreso merged 1 commits from 269518-ticket_getWarnings_isFragile into master 2025-02-06 08:18:28 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 8df36f296a - Show all commits

View File

@ -25,7 +25,7 @@ BEGIN
LEFT JOIN agencyMode am ON am.id = tt.agencyModeFk
LEFT JOIN deliveryMethod dm ON dm.id = am.deliveryMethodFk
WHERE dm.code IN ('AGENCY')
AND it.isFragile;
AND (it.isFragile OR i.isFragile);
CREATE OR REPLACE TEMPORARY TABLE tmp.ticket_warnings
(PRIMARY KEY (ticketFk))