Do
This commit is contained in:
parent
cec8e4e427
commit
8844cfcae3
11 changed files with 55 additions and 36 deletions
|
|
@ -495,12 +495,14 @@
|
|||
;DEBUGVAR CountStepPackPayment
|
||||
;DEBUGVAR CountStepForCupFlagDelay
|
||||
|
||||
|
||||
DEBUGVAR ToppingDetailCurr
|
||||
DEBUGVAR ToppingDetailNext
|
||||
|
||||
|
||||
If CountStepPackPayment = CountStepForCupFlagDelay Then
|
||||
If Seeker = "curr" Then
|
||||
Var Seeker.ExtendData = ExtendDataCurr
|
||||
Var Seeker.PayDetail2 = ToppingDetailCurr;
|
||||
Var Seeker.PayDetail2 = ToppingDetailCurr
|
||||
Else
|
||||
Var Seeker.ExtendData = ExtendDataNext
|
||||
Var Seeker.PayDetail2 = ToppingDetailNext
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue