update variable name topping id 9
This commit is contained in:
parent
7c9c470966
commit
8954111c1c
1 changed files with 6 additions and 6 deletions
|
|
@ -1090,24 +1090,24 @@
|
||||||
EndIf
|
EndIf
|
||||||
|
|
||||||
|
|
||||||
If toppingID9index1price > 0 Then
|
If toppingID9price1 > 0 Then
|
||||||
Var priceFormated !assigned StringFmt( toppingID9index1price , PriceCustomCoffeeFormat, PreScaleConvertShow)
|
Var priceFormated !assigned StringFmt( toppingID9price1 , PriceCustomCoffeeFormat, PreScaleConvertShow)
|
||||||
Var CustomCoffeeLevelAdditionalPrice[0] = "(+" + priceFormated
|
Var CustomCoffeeLevelAdditionalPrice[0] = "(+" + priceFormated
|
||||||
Var CustomCoffeeLevelAdditionalPrice[0] = CustomCoffeeLevelAdditionalPrice[0] + ")"
|
Var CustomCoffeeLevelAdditionalPrice[0] = CustomCoffeeLevelAdditionalPrice[0] + ")"
|
||||||
Else
|
Else
|
||||||
Var CustomCoffeeLevelAdditionalPrice[0] = ""
|
Var CustomCoffeeLevelAdditionalPrice[0] = ""
|
||||||
EndIf
|
EndIf
|
||||||
|
|
||||||
If toppingID9index2price > 0 Then
|
If toppingID9price2 > 0 Then
|
||||||
Var priceFormated !assigned StringFmt( toppingID9index2price , PriceCustomCoffeeFormat, PreScaleConvertShow)
|
Var priceFormated !assigned StringFmt( toppingID9price2 , PriceCustomCoffeeFormat, PreScaleConvertShow)
|
||||||
Var CustomCoffeeLevelAdditionalPrice[1] = "(+" + priceFormated
|
Var CustomCoffeeLevelAdditionalPrice[1] = "(+" + priceFormated
|
||||||
Var CustomCoffeeLevelAdditionalPrice[1] = CustomCoffeeLevelAdditionalPrice[1] + ")"
|
Var CustomCoffeeLevelAdditionalPrice[1] = CustomCoffeeLevelAdditionalPrice[1] + ")"
|
||||||
Else
|
Else
|
||||||
Var CustomCoffeeLevelAdditionalPrice[1] = ""
|
Var CustomCoffeeLevelAdditionalPrice[1] = ""
|
||||||
EndIf
|
EndIf
|
||||||
|
|
||||||
If toppingID9index3price > 0 Then
|
If toppingID9price3 > 0 Then
|
||||||
Var priceFormated !assigned StringFmt( toppingID9index3price , PriceCustomCoffeeFormat, PreScaleConvertShow)
|
Var priceFormated !assigned StringFmt( toppingID9price3 , PriceCustomCoffeeFormat, PreScaleConvertShow)
|
||||||
Var CustomCoffeeLevelAdditionalPrice[2] = "(+" + priceFormated
|
Var CustomCoffeeLevelAdditionalPrice[2] = "(+" + priceFormated
|
||||||
Var CustomCoffeeLevelAdditionalPrice[2] = CustomCoffeeLevelAdditionalPrice[2] + ")"
|
Var CustomCoffeeLevelAdditionalPrice[2] = CustomCoffeeLevelAdditionalPrice[2] + ")"
|
||||||
Else
|
Else
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue