MYS: fix case switch app & cannot input number from 30/8

This commit is contained in:
Pakin 2024-09-02 09:55:55 +07:00
parent 3f2d68fa03
commit d1b3bc91d7
7 changed files with 2834 additions and 1 deletions

View file

@ -17,4 +17,10 @@ EndIf
If Tel2D = "09" Then
Var Tel2DFlag = 1
EndIf
If InternationalEnable = 1 Then
Var VerifyFile = CountryRootPath + "/xml/verify_number.ev"
TRY VerifyFile
EndIf