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
|
|
@ -48,7 +48,7 @@
|
|||
DEBUGVAR TelephoneNumberProblem
|
||||
|
||||
StrLen TelephoneNumberProblem TelNumLen
|
||||
If TelNumLen >= 10 Then
|
||||
If TelNumLen >= MinPhoneNumber Then
|
||||
|
||||
Var ProblemID = 7
|
||||
Var ChooseProblem = "taobin purchasing problems"
|
||||
|
|
@ -84,7 +84,7 @@
|
|||
DEBUGVAR TelephoneNumberProblem
|
||||
|
||||
StrLen TelephoneNumberProblem TelNumLen
|
||||
If TelNumLen >= 10 Then
|
||||
If TelNumLen >= MinPhoneNumber Then
|
||||
|
||||
If Seeker.PayWithQR = 1 Then
|
||||
Var VendingTSIDProblem = VendingTSIDTmp
|
||||
|
|
@ -110,7 +110,7 @@
|
|||
DEBUGVAR TelephoneNumberProblem
|
||||
|
||||
StrLen TelephoneNumberProblem TelNumLen
|
||||
If TelNumLen >= 10 Then
|
||||
If TelNumLen >= MinPhoneNumber Then
|
||||
|
||||
Var ProblemID = 7
|
||||
Var ChooseProblem = "taobin purchasing problems"
|
||||
|
|
@ -253,7 +253,7 @@
|
|||
DEBUGVAR TelephoneNumberProblem
|
||||
|
||||
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