fix digit phone malay and 0x

This commit is contained in:
pichet 2023-05-23 11:41:21 +07:00
parent c5fa318d1d
commit c3b8c10d13
2 changed files with 5 additions and 0 deletions

View file

@ -8,6 +8,8 @@
<EventOpen>
; On open
Var ShowErrorText = "Invisible"
Var Tel_Confirm_State = "Invisible"

View file

@ -65,8 +65,11 @@
Var MaxNumber = 10
Var PosX_Cancel = 397
;Var CountryName = "Malaysia"
If CountryName = "Malaysia" Then
Var MaxNumber = 11
Var PosX_Cancel = 397
EndIf
If CountryName = "Indonesia" Then