Change Var
This commit is contained in:
parent
278d028ec1
commit
04e09e5970
14 changed files with 744 additions and 756 deletions
|
|
@ -253,19 +253,19 @@
|
|||
If hot_button_state = "Disable2" Then
|
||||
Var text_price_d1 = ""
|
||||
Else
|
||||
Var text_price_d1 !assigned StringFmt( PriceD1 , DisplayFormat, PreScaleConvert)
|
||||
Var text_price_d1 !assigned StringFmt( PriceD1 , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
|
||||
If cold_button_state = "Disable2" Then
|
||||
Var text_price_d2 = ""
|
||||
Else
|
||||
Var text_price_d2 !assigned StringFmt( PriceD2 , DisplayFormat, PreScaleConvert)
|
||||
Var text_price_d2 !assigned StringFmt( PriceD2 , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
|
||||
If blend_button_state = "Disable2" Then
|
||||
Var text_price_d3 = ""
|
||||
Else
|
||||
Var text_price_d3 !assigned StringFmt( PriceD3 , DisplayFormat, PreScaleConvert)
|
||||
Var text_price_d3 !assigned StringFmt( PriceD3 , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
|
||||
DEBUGVAR PD_CODE1
|
||||
|
|
@ -538,7 +538,7 @@
|
|||
DEBUGVAR toppingID6price2
|
||||
DEBUGVAR DisplayFormat
|
||||
|
||||
Var toppingID6price2Conv !assigned StringFmt( toppingID6price2 , DisplayFormat, PreScaleConvert)
|
||||
Var toppingID6price2Conv !assigned StringFmt( toppingID6price2 , DisplayFormat, PreScaleConvertShow)
|
||||
|
||||
DEBUGVAR toppingID6price2Conv
|
||||
|
||||
|
|
@ -1065,7 +1065,7 @@
|
|||
Var showShotEnable = "Enable"
|
||||
Var ExtraTopping = "Enable"
|
||||
|
||||
Var toppingID2price2Conv !assigned StringFmt( toppingID2price2 , DisplayFormat, PreScaleConvert)
|
||||
Var toppingID2price2Conv !assigned StringFmt( toppingID2price2 , DisplayFormat, PreScaleConvertShow)
|
||||
|
||||
DEBUGVAR toppingID2price2Conv
|
||||
Var text_shot_normal_add = toppingID2price2Conv + ")"
|
||||
|
|
@ -1173,7 +1173,7 @@
|
|||
EndIf
|
||||
|
||||
If ShotCoffeePremium = "Enable" Then
|
||||
Var toppingID2price2Conv !assigned StringFmt( toppingID2price2 , DisplayFormat, PreScaleConvert)
|
||||
Var toppingID2price2Conv !assigned StringFmt( toppingID2price2 , DisplayFormat, PreScaleConvertShow)
|
||||
|
||||
DEBUGVAR toppingID2price2Conv
|
||||
Var text_price_topping = toppingID2price2Conv + ")"
|
||||
|
|
@ -3772,7 +3772,7 @@
|
|||
If SelectDrinkType = 0 Then
|
||||
Var PriceDrinkTmpShow = "---"
|
||||
Else
|
||||
Var PriceDrinkTmpShow !assigned StringFmt( PriceDrinkTmp , DisplayFormat, PreScaleConvert)
|
||||
Var PriceDrinkTmpShow !assigned StringFmt( PriceDrinkTmp , DisplayFormat, PreScaleConvertShow)
|
||||
EndIf
|
||||
SAVELOG PriceDrinkTmp
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue