SGP & MYS: update tel num setting in drink fail.

This commit is contained in:
Pakin 2024-05-13 09:49:39 +07:00
parent f2820dfe82
commit a822ae0291
5 changed files with 35 additions and 8 deletions

View file

@ -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>