THAI: Fixed bug variable
This commit is contained in:
parent
2bf2921a3a
commit
cdffad8a0d
1 changed files with 4 additions and 4 deletions
|
|
@ -375,16 +375,16 @@
|
||||||
EndIf
|
EndIf
|
||||||
|
|
||||||
If ConnectWithPOSMachine = 1 Then
|
If ConnectWithPOSMachine = 1 Then
|
||||||
Var SELLSTATUS = 0
|
Var SELLONLINE = 0
|
||||||
If SELLSTATUS = "SELLONLINE" Then
|
If SELLSTATUS = "SELLONLINE" Then
|
||||||
Var SELLSTATUS = 1
|
Var SELLONLINE = 1
|
||||||
EndIf
|
EndIf
|
||||||
|
|
||||||
If SELLSTATUS = "SELLNOCASH" Then
|
If SELLSTATUS = "SELLNOCASH" Then
|
||||||
Var SELLSTATUS = 1
|
Var SELLONLINE = 1
|
||||||
EndIf
|
EndIf
|
||||||
|
|
||||||
If SELLSTATUS = 0 Then
|
If SELLONLINE = 0 Then
|
||||||
SAVELOG "POS-MACHINE: OFFLINE in page_payment.xml"
|
SAVELOG "POS-MACHINE: OFFLINE in page_payment.xml"
|
||||||
;include="ROOT/taobin_project/inc/return_condition.ev"
|
;include="ROOT/taobin_project/inc/return_condition.ev"
|
||||||
EndIf
|
EndIf
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue