THAI: disable or invisible TopUp button when SELLNOCASH

This commit is contained in:
Kenta420 2024-05-23 11:25:16 +07:00
parent 838bc92fc2
commit eafbcee530
7 changed files with 11 additions and 1 deletions

View file

@ -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