diff --git a/xml/page_drinkfail2.xml b/xml/page_drinkfail2.xml
index 428c9aab..d91790c9 100644
--- a/xml/page_drinkfail2.xml
+++ b/xml/page_drinkfail2.xml
@@ -122,7 +122,7 @@
StrLen TelephoneNumberProblem TelNumLen
If TelNumLen >= 10 Then
- Var ChooseProblem = "taobin purchasing problems"
+ Var ChooseProblem = "taobin purchasing problems (No Call)"
PROBLEM TelephoneNumberProblem ChooseProblem
EndIf
@@ -440,6 +440,14 @@
SoundVolume
+ StrLen TelephoneNumberProblem TelNumLen
+ If TelNumLen >= 10 Then
+
+ Var ChooseProblem = "taobin purchasing problems (No Call)"
+ PROBLEM TelephoneNumberProblem ChooseProblem
+
+ EndIf
+
@@ -477,7 +485,6 @@
If MachineStage = "remove-cup" Then
Open "ROOT/taobin_project/xml/page_drinkfail3.xml"
Else
- ;Open "ROOT/taobin_project/xml/page_drinkfail3.xml"
Open "ROOT/taobin_project/xml/page_back_to_main.xml"
EndIf