Merge branch 'masterpiece' of ssh://192.168.10.159:/1TBHDD/ikong/taobin_project into masterpiece

This commit is contained in:
Pakin 2025-02-14 14:06:06 +07:00
commit b6532e92f3

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