THAI: Fixed bug variable

This commit is contained in:
Kenta420 2025-02-13 11:46:45 +07:00
parent 2bf2921a3a
commit cdffad8a0d

View file

@ -375,16 +375,16 @@
EndIf
If ConnectWithPOSMachine = 1 Then
Var SELLSTATUS = 0
Var SELLONLINE = 0
If SELLSTATUS = "SELLONLINE" Then
Var SELLSTATUS = 1
Var SELLONLINE = 1
EndIf
If SELLSTATUS = "SELLNOCASH" Then
Var SELLSTATUS = 1
Var SELLONLINE = 1
EndIf
If SELLSTATUS = 0 Then
If SELLONLINE = 0 Then
SAVELOG "POS-MACHINE: OFFLINE in page_payment.xml"
;include="ROOT/taobin_project/inc/return_condition.ev"
EndIf