UNIVERSE: use Min/Max phone number from variable that already set in page_board.xml

This commit is contained in:
Kenta420 2024-05-23 15:07:36 +07:00
parent eafbcee530
commit bf39bbf263
13 changed files with 221 additions and 308 deletions

View file

@ -34,7 +34,7 @@
DEBUGVAR TelephoneNumberProblem
StrLen TelephoneNumberProblem TelNumLen
If TelNumLen >= 10 Then
If TelNumLen >= MinPhoneNumber Then
Var ProblemID = 7
@ -122,7 +122,7 @@
<EventClick>
StrLen TelephoneNumberProblem TelNumLen
If TelNumLen >= 10 Then
If TelNumLen >= MinPhoneNumber Then
Var ProblemID = 7