Release 8.25
This commit is contained in:
parent
5b734a03f6
commit
c3c8f362cd
6 changed files with 33 additions and 4 deletions
|
|
@ -22,6 +22,15 @@ Else
|
|||
; check profile to enable free energy drink promotion
|
||||
STRCONTAIN "ProEnergyDrinkFreePerCardID" XMLProfile EnableFreeEnergyDrink
|
||||
|
||||
If BoxID = 176757 Then
|
||||
Var FreeEnergyDrink = 1
|
||||
Var EnableFreeEnergyDrink = "true"
|
||||
EndIf
|
||||
If BoxID = 173149 Then
|
||||
Var FreeEnergyDrink = 1
|
||||
Var EnableFreeEnergyDrink = "true"
|
||||
EndIf
|
||||
|
||||
DEBUGVAR FreeEnergyDrink
|
||||
|
||||
;Var EnableFreeEnergyDrink = "true"
|
||||
|
|
|
|||
|
|
@ -222,6 +222,7 @@ If BoxID = 173149 Then
|
|||
Var PepsiSecondCup30Enable = 1
|
||||
Var PepsiSecondCup30DiscountEnable = 1
|
||||
Var NewFlowPaymentCode = 1
|
||||
Var EnableFreeEnergyDrink = "true"
|
||||
EndIf
|
||||
|
||||
If BoxID = 200435 Then
|
||||
|
|
@ -264,6 +265,7 @@ If BoxID = 176757 Then
|
|||
Var LipitPro = 1
|
||||
Var FreeEnergyDrink = 1
|
||||
Var NewFlowPaymentCode = 1
|
||||
Var EnableFreeEnergyDrink = "true"
|
||||
EndIf
|
||||
|
||||
If BoxID = 173149 Then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue