From 55a0bd2113a4b162283c618b29fa398da906a87c Mon Sep 17 00:00:00 2001 From: miggaze Date: Tue, 3 May 2022 14:01:21 +0700 Subject: [PATCH] ... --- xml/page_cannotConti.xml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/xml/page_cannotConti.xml b/xml/page_cannotConti.xml index 4ecfec9b..dacc718b 100644 --- a/xml/page_cannotConti.xml +++ b/xml/page_cannotConti.xml @@ -84,6 +84,8 @@ DEBUGVAR MachineStage DEBUGVAR NextOrderStatus + DEBUGVAR error_code_stop_now + ; page_brewing3.xml DEBUGVAR MachineStage @@ -444,6 +446,12 @@ If NextOrderStatus = "Disable" Then Var PayDetail="1/F:1221/0/" + + DEBUGVAR error_code_stop_now + If error_code_stop_now > 0 Then + Var PayDetail="1/F:" + error_code_stop_now + Var PayDetail = PayDetail + "/0/" + EndIf Else @@ -498,6 +506,11 @@ If NextOrderStatus = "Disable" Then Var PayDetail="1/F:1221/0/" + DEBUGVAR error_code_stop_now + If error_code_stop_now > 0 Then + Var PayDetail="1/F:" + error_code_stop_now + Var PayDetail = PayDetail + "/0/" + EndIf Else Var PayDetail = "1/" + HURR_FOREVER @@ -544,6 +557,11 @@ If NextOrderStatus = "Disable" Then Var PayDetail="1/F:1221/0/" + DEBUGVAR error_code_stop_now + If error_code_stop_now > 0 Then + Var PayDetail="1/F:" + error_code_stop_now + Var PayDetail = PayDetail + "/0/" + EndIf Else