fix bug storeCreditFlag
This commit is contained in:
parent
5feff39de2
commit
fec97ef9c6
1 changed files with 25 additions and 18 deletions
|
|
@ -1201,6 +1201,10 @@
|
|||
CoinVending BILLREJECT
|
||||
Else
|
||||
|
||||
If Seeker.StoreCreditFlag = 1 Then
|
||||
CoinVending BILLSTACKALL
|
||||
Else
|
||||
|
||||
|
||||
Var RemainAmount = PayAmount - CoinAmount
|
||||
Var RemainAmount = RemainAmount - Seeker.IntVendingCampaign
|
||||
|
|
@ -1222,6 +1226,9 @@
|
|||
|
||||
|
||||
Var alphaState3 = "Enable"
|
||||
|
||||
EndIf
|
||||
|
||||
EndIf
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue