Topping8: Fixed coffee shot not refresh when change drink type
This commit is contained in:
parent
c96e0bacd3
commit
4b27c15d3c
1 changed files with 19 additions and 1 deletions
|
|
@ -1696,7 +1696,7 @@
|
|||
|
||||
|
||||
<EventMachine>
|
||||
|
||||
|
||||
|
||||
|
||||
If BugFlag = 1 Then
|
||||
|
|
@ -2207,6 +2207,24 @@
|
|||
EndIf
|
||||
EndIf
|
||||
|
||||
If TOPPING2 = "shot coffee" Then
|
||||
|
||||
Var ShotCoffeeBG = "Enable"
|
||||
Var showShotEnable = "Enable"
|
||||
Var ExtraTopping = "Enable"
|
||||
|
||||
Var toppingID2price2Conv !assigned StringFmt( toppingID2price2 , DisplayFormat, PreScaleConvertShow)
|
||||
|
||||
DEBUGVAR toppingID2price2Conv
|
||||
Var text_shot_normal_add = toppingID2price2Conv + ")"
|
||||
Var text_shot_normal_add = "(+" + text_shot_normal_add
|
||||
|
||||
If showShotNormal = "Enable" Then
|
||||
Var showShotNormal = "Press"
|
||||
EndIf
|
||||
|
||||
EndIf
|
||||
|
||||
If TOPPING13 = "shot coffee" Then
|
||||
Var showAdjust = "Enable"
|
||||
If toppingID13index2Status = "Enable" Then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue