diff --git a/print/templates/reports/collection-label/sql/labelsData.sql b/print/templates/reports/collection-label/sql/labelsData.sql index 29ea36562..fef692272 100644 --- a/print/templates/reports/collection-label/sql/labelsData.sql +++ b/print/templates/reports/collection-label/sql/labelsData.sql @@ -35,4 +35,4 @@ SELECT c.itemPackingTypeFk code, LEFT JOIN vn.expeditionTruck et ON et.id = rm.expeditionTruckFk WHERE t.id IN (?) GROUP BY t.id - ORDER BY cc.`code`; + ORDER BY cc.`code`; \ No newline at end of file