fix bug storeCreditFlag
This commit is contained in:
parent
5feff39de2
commit
fec97ef9c6
1 changed files with 25 additions and 18 deletions
|
|
@ -1201,27 +1201,34 @@
|
||||||
CoinVending BILLREJECT
|
CoinVending BILLREJECT
|
||||||
Else
|
Else
|
||||||
|
|
||||||
|
If Seeker.StoreCreditFlag = 1 Then
|
||||||
Var RemainAmount = PayAmount - CoinAmount
|
CoinVending BILLSTACKALL
|
||||||
Var RemainAmount = RemainAmount - Seeker.IntVendingCampaign
|
|
||||||
Var RemainAmount = RemainAmount - Seeker.IntVendingCredit
|
|
||||||
|
|
||||||
If ViewBill > RemainAmount Then
|
|
||||||
Var RemainAmountKeep = ViewBill - RemainAmount
|
|
||||||
Else
|
Else
|
||||||
Var RemainAmountKeep = ViewBill
|
|
||||||
|
|
||||||
|
Var RemainAmount = PayAmount - CoinAmount
|
||||||
|
Var RemainAmount = RemainAmount - Seeker.IntVendingCampaign
|
||||||
|
Var RemainAmount = RemainAmount - Seeker.IntVendingCredit
|
||||||
|
|
||||||
|
If ViewBill > RemainAmount Then
|
||||||
|
Var RemainAmountKeep = ViewBill - RemainAmount
|
||||||
|
Else
|
||||||
|
Var RemainAmountKeep = ViewBill
|
||||||
|
EndIf
|
||||||
|
|
||||||
|
Var Timeout = 0
|
||||||
|
|
||||||
|
|
||||||
|
Var RemainAmountStr = "" + RemainAmount
|
||||||
|
Var showRemaining = charOfBaht + RemainAmountStr
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Var alphaState3 = "Enable"
|
||||||
|
|
||||||
EndIf
|
EndIf
|
||||||
|
|
||||||
Var Timeout = 0
|
|
||||||
|
|
||||||
|
|
||||||
Var RemainAmountStr = "" + RemainAmount
|
|
||||||
Var showRemaining = charOfBaht + RemainAmountStr
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Var alphaState3 = "Enable"
|
|
||||||
EndIf
|
EndIf
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue