MYS: fix image & e_receipt price bug
This commit is contained in:
parent
1a3c0e81fa
commit
038e13a00a
9 changed files with 463 additions and 560 deletions
|
|
@ -106,6 +106,8 @@
|
|||
DEBUGVAR TelephoneNumber
|
||||
DEBUGVAR Seeker.StoreCreditFlag
|
||||
|
||||
Var Seeker.e_receipt = "false"
|
||||
|
||||
If Seeker = "next" Then
|
||||
Var NextOrder = "true"
|
||||
EndIf
|
||||
|
|
@ -152,7 +154,7 @@
|
|||
|
||||
If InternationalEnable = 1 Then
|
||||
If CountryName = "Thailand" Then
|
||||
TRY "/mnt/sdcard/coffeevending/taobin_project/video/script2.ev"
|
||||
TRY "/mnt/sdcard/coffeevending/taobin_project/video/script2.ev"
|
||||
Else
|
||||
Var script_thankyou = CountryRootPath + "video/script_thank.ev"
|
||||
TRY script_thankyou
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue