DO multi-lnag

This commit is contained in:
kong 2023-02-17 17:50:13 +07:00
parent 623002c863
commit 93a524c1a6
10 changed files with 559 additions and 179 deletions

View file

@ -6,12 +6,14 @@
idx_name = 0
idx_desc = 1
idx_img = 2
idx_hot_product_code = 5
idx_cold_product_code = 6
idx_blend_product_code = 7
idx_hot_product_code2 = 8
idx_cold_product_code2 = 9
idx_blend_product_code2 = 10
idx_hot_product_code = 6
idx_cold_product_code = idx_hot_product_code + 1
idx_blend_product_code = idx_cold_product_code + 1
idx_hot_product_code2 = idx_blend_product_code + 1
idx_cold_product_code2 = idx_hot_product_code2 + 1
idx_blend_product_code2 = idx_cold_product_code2 + 1
idx_of_eng = 2
idx_of_eng_des = 3
idx_of_thai = 0