SGP & MYS: update tel num setting in drink fail.
This commit is contained in:
parent
f2820dfe82
commit
a822ae0291
5 changed files with 35 additions and 8 deletions
|
|
@ -164,9 +164,11 @@
|
|||
|
||||
Var MaxNumber = 10
|
||||
|
||||
;inter-max-number
|
||||
If CountryName = "Malaysia" Then
|
||||
Var MaxNumber = 11
|
||||
;inter-from-consent
|
||||
If InternationalEnable = 1 Then
|
||||
Var tel_setting = CountryRootPath + "xml/tel_num_script.ev"
|
||||
DEBUGVAR tel_setting
|
||||
TRY tel_setting
|
||||
EndIf
|
||||
|
||||
;inter-from-consent
|
||||
|
|
@ -174,11 +176,8 @@
|
|||
Var MaxNumber = 12
|
||||
EndIf
|
||||
|
||||
;inter-from-consent
|
||||
If CountryName = "Singapore" Then
|
||||
Var MaxNumber = 10
|
||||
EndIf
|
||||
|
||||
DEBUGVAR CountryName
|
||||
DEBUGVAR MaxNumber
|
||||
|
||||
</EventOpen>
|
||||
<Timeout> 1000 </Timeout>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue