fix conflict
This commit is contained in:
commit
1aa230bc9f
313 changed files with 104942 additions and 5139 deletions
|
|
@ -96,6 +96,7 @@
|
|||
EndIf
|
||||
|
||||
|
||||
|
||||
DEBUGVAR PriceDrink
|
||||
DEBUGVAR PromotionPriceDrink
|
||||
|
||||
|
|
@ -296,6 +297,12 @@
|
|||
DEBUGVAR PriceDrink
|
||||
DEBUGVAR PriceDrinkTmp
|
||||
|
||||
If FromCocoa77Pro = 1 Then
|
||||
Var PriceDiff = OriginalPrice - PromotionPriceDrink
|
||||
Var DiscountDrink = PriceDiff
|
||||
Var Seeker.CampaignPPrice = PromotionPriceDrink
|
||||
EndIf
|
||||
|
||||
If FromRerunPro = 1 Then
|
||||
Var PriceDiff = PriceDrink - PromoPriceDrink
|
||||
Var Seeker.VendingCode = RerunProCode
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue