#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
(INDEX (id))
ENGINE = InnoDB
SELECT DISTINCT t.id,
SELECT t.id,
jon marked this conversation as resolved Outdated
Outdated
Review

Crec que no cal el distimct

Crec que no cal el distimct
t.shipped,
CAST(DATE(t.shipped) AS CHAR) shippedDate,
HOUR(t.shipped) shippedHour,