THAI: disable or invisible TopUp button when SELLNOCASH
This commit is contained in:
parent
838bc92fc2
commit
eafbcee530
7 changed files with 11 additions and 1 deletions
|
|
@ -448,7 +448,11 @@
|
|||
If taobin_notopup = "true" Then
|
||||
Var ButtontoTopupMenu = "Disable"
|
||||
Else
|
||||
Var ButtontoTopupMenu = "Enable"
|
||||
If SELLSTATUS = "SELLNOCASH" Then
|
||||
Var ButtontoTopupMenu = "Disable"
|
||||
Else
|
||||
Var ButtontoTopupMenu = "Enable"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
If NetworkStatus = "DOWN" Then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue