THAI: Update Payment cash other now can control enable button
This commit is contained in:
parent
207100665f
commit
25e4feb230
3 changed files with 178 additions and 105 deletions
|
|
@ -172,6 +172,39 @@
|
|||
SPLIT ECommerce "/" 7 Seeker.VendingCampaignRI3
|
||||
SPLIT ECommerce "/" 8 VendingCampaign1
|
||||
SPLIT ECommerce "/" 9 ShouldCollectPoint
|
||||
SPLIT ECommerce "/" 10 CashOtherButtonControl
|
||||
|
||||
DEBUGVAR CashOtherButtonControl
|
||||
|
||||
If CashOtherButtonControl = "" Then
|
||||
Var EnableCashOtherAll = "true"
|
||||
Else
|
||||
If CashOtherButtonControl = "*" Then
|
||||
Var EnableCashOtherAll = "true"
|
||||
Else
|
||||
Var EnableCashOtherAll = "false"
|
||||
STRCONTAIN "TWN" CashOtherButtonControl TWN_CashOtherEnable
|
||||
STRCONTAIN "KBA" CashOtherButtonControl KBA_CashOtherEnable
|
||||
STRCONTAIN "LPY" CashOtherButtonControl LPY_CashOtherEnable
|
||||
STRCONTAIN "AIR" CashOtherButtonControl AIR_CashOtherEnable
|
||||
STRCONTAIN "MAX" CashOtherButtonControl MAX_CashOtherEnable
|
||||
STRCONTAIN "WEC" CashOtherButtonControl WEC_CashOtherEnable
|
||||
STRCONTAIN "ALP" CashOtherButtonControl ALP_CashOtherEnable
|
||||
STRCONTAIN "UNP" CashOtherButtonControl UNP_CashOtherEnable
|
||||
STRCONTAIN "ACU" CashOtherButtonControl ACU_CashOtherEnable
|
||||
|
||||
DEBUGVAR TWN_CashOtherEnable
|
||||
DEBUGVAR KBA_CashOtherEnable
|
||||
DEBUGVAR LPY_CashOtherEnable
|
||||
DEBUGVAR AIR_CashOtherEnable
|
||||
DEBUGVAR MAX_CashOtherEnable
|
||||
DEBUGVAR WEC_CashOtherEnable
|
||||
DEBUGVAR ALP_CashOtherEnable
|
||||
DEBUGVAR UNP_CashOtherEnable
|
||||
DEBUGVAR ACU_CashOtherEnable
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
||||
If Seeker.VendingCode = "" Then
|
||||
Var Seeker.VendingCode = "C00"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue