for priceProfile Spiral
This commit is contained in:
parent
cef2ab2542
commit
3c01deb1f8
1 changed files with 22 additions and 0 deletions
|
|
@ -35,6 +35,10 @@
|
||||||
STRCONTAIN "AllPriceUp05" XMLProfile AllPriceUp05
|
STRCONTAIN "AllPriceUp05" XMLProfile AllPriceUp05
|
||||||
STRCONTAIN "AllPriceUp10" XMLProfile AllPriceUp10
|
STRCONTAIN "AllPriceUp10" XMLProfile AllPriceUp10
|
||||||
|
|
||||||
|
STRCONTAIN "SpiralPriceUp15" XMLProfile SpiralPriceUp15
|
||||||
|
STRCONTAIN "SpiralPriceUp45" XMLProfile SpiralPriceUp45
|
||||||
|
STRCONTAIN "SpiralPriceRetail" XMLProfile SpiralPriceRetail
|
||||||
|
|
||||||
|
|
||||||
DEBUGVAR EnableLiveness
|
DEBUGVAR EnableLiveness
|
||||||
DEBUGVAR Only18
|
DEBUGVAR Only18
|
||||||
|
|
@ -105,6 +109,24 @@
|
||||||
EndIf
|
EndIf
|
||||||
|
|
||||||
|
|
||||||
|
;spiral price
|
||||||
|
If SpiralPriceUp15 = "true" Then
|
||||||
|
|
||||||
|
__CMD "invoke-all-up-priceSpiral-15" "-" "-" "-"
|
||||||
|
EndIf
|
||||||
|
|
||||||
|
If SpiralPriceUp45 = "true" Then
|
||||||
|
|
||||||
|
__CMD "invoke-all-up-priceSpiral-45" "-" "-" "-"
|
||||||
|
EndIf
|
||||||
|
|
||||||
|
If SpiralPriceRetail = "true" Then
|
||||||
|
|
||||||
|
__CMD "invoke-all-up-priceSpiral-Retail" "-" "-" "-"
|
||||||
|
EndIf
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue