SGP: add padding to tel num @ drink-fail
This commit is contained in:
parent
d5ff02ddb5
commit
ff6543be89
1 changed files with 6 additions and 0 deletions
|
|
@ -581,6 +581,12 @@
|
|||
Var VendingTSIDProblem = VendingTSID
|
||||
EndIf
|
||||
|
||||
; server-rm-zero
|
||||
If CountryName = "Singapore" Then
|
||||
Var TelephoneNumberProblem = "0" + TelephoneNumberProblem
|
||||
DEBUGVAR TelephoneNumberProblem
|
||||
EndIf
|
||||
|
||||
|
||||
PROBLEM2 TelephoneNumberProblem ProblemID ChooseProblem VendingTSIDProblem
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue