THAI: Add TeaTime promotion & FIXED: bug cancel pay with cash will get discount drink in full price

This commit is contained in:
Kenta420 2024-04-02 16:42:19 +07:00
parent 7a500c37ec
commit 9ed5012bf6
178 changed files with 34040 additions and 202 deletions

View file

@ -10,11 +10,11 @@ else:
# ; include-file=dummy_layout.inc
# file_inc = open(directory_to_process + "/dummy_layout.inc", 'r')
# file_inc_content = file_inc.read()
file_inc1_content = ""
file_recommend.close()
if "template1" in param:
print("Here", param)
file_inc1 = open(directory_to_process + "/event/promotion_template1.inc", 'r')
file_inc1_content = file_inc1.read()
file_inc_img = open(directory_to_process + "../image/event/image_template1", 'r')