THA: Added Americano promotion & extend Taiwanese promotion
This commit is contained in:
parent
3215a5d61f
commit
6a2a3c9158
124 changed files with 48313 additions and 840 deletions
|
|
@ -92,9 +92,12 @@ Var HappyTriosPro = 0
|
|||
; School Ovaltine, 15 - 30 June
|
||||
Var SchoolOvaltinePro = 0
|
||||
|
||||
; Taiwanese Tea, 16 - 30 June
|
||||
; Taiwanese Tea, 16 - 31 July
|
||||
Var TaiwaneseTeaPro = 0
|
||||
|
||||
; Americano, 1 - 31 July
|
||||
Var AmericanoPro = 0
|
||||
|
||||
Var NewCollectPoint = 1
|
||||
Var PaymentCodeShouldCollectPromotionPoint = 0
|
||||
|
||||
|
|
@ -173,6 +176,13 @@ If SystemDateMonthInt = 6 Then
|
|||
EndIf
|
||||
EndIf
|
||||
|
||||
If SystemDateMonthInt = 7 Then
|
||||
|
||||
Var AmericanoPro = 1
|
||||
Var TaiwaneseTeaPro = 1
|
||||
|
||||
EndIf
|
||||
|
||||
|
||||
Var JemilaToppingFlag = 1
|
||||
If SystemDateDayOfWeek = "Wednesday" Then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue