UNIVERSE: use Min/Max phone number from variable that already set in page_board.xml
This commit is contained in:
parent
eafbcee530
commit
bf39bbf263
13 changed files with 221 additions and 308 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue