Hi,
I got really strange error on a super easy grid with text (select) fields . Made thousands of times…
I show you the errors and the select and field on sides…
Are there someone who can understand why it happens ? Thanks
Also the grid’s SQL query is really simple
SELECT
tmtrk.ID AS ID,
tmtrk.code AS code,
tmtrk.description AS description,
track_mov_date AS mov_date,
container2_ID,
container3_ID,
trackable_id,
trackable_id_nc,
track_mov_ID3,
track_mov_ID2,
track_mov_ID,
tmtrk.coming_from_id AS coming_from_id,
tmtrk.actual_position_id AS actual_position_id,
tmtrk.going_to_id AS going_to_id,
tmtrk.company_id AS company_id,
tmtrk.order
FROM
trackable_mov_track AS tmtrk
LEFT JOIN trackable_movement AS tm ON track_mov_ID = tm.ID
ORDER BY track_mov_date DESC, trackable_id ASC;