MYS: add promotion Yuzu price 250

This commit is contained in:
Pakin 2024-09-16 17:11:48 +07:00
parent ac05554539
commit d55ed66d6e
35 changed files with 15306 additions and 365 deletions

View file

@ -189,8 +189,11 @@
if "thai_tea" in current_file_name:
out_xml( '\t\tVar FromProThaiTea = 1 \r\n')
if "yuzu" in current_file_name:
if "yuzu" in current_file_name and "250" not in current_file_name:
out_xml( '\t\tVar FromProYuzu = 1 \r\n')
if "yuzu_250" in current_file_name:
out_xml( '\t\tVar FromProYuzu250 = 1 \r\n')
out_xml( '\t\t\r\n')