#7010 added filter fields to show packing type field in ticket list #3024

Merged
jon merged 6 commits from 7010-AddPackingField into dev 2024-10-18 07:40:36 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 46993ad103 - Show all commits

View File

@ -229,7 +229,7 @@ module.exports = Self => {
CREATE OR REPLACE TEMPORARY TABLE tmp.filter CREATE OR REPLACE TEMPORARY TABLE tmp.filter
(INDEX (id)) (INDEX (id))
ENGINE = InnoDB ENGINE = InnoDB
SELECT DISTINCT t.id, SELECT t.id,
t.shipped, t.shipped,
CAST(DATE(t.shipped) AS CHAR) shippedDate, CAST(DATE(t.shipped) AS CHAR) shippedDate,
HOUR(t.shipped) shippedHour, HOUR(t.shipped) shippedHour,