From 7678a92ca604b17c5e5828961007d7eef347574d Mon Sep 17 00:00:00 2001 From: Drew Furgiuele Date: Tue, 1 Nov 2022 12:58:02 -0400 Subject: [PATCH] lexical error correction --- config/mq/jms-script.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/mq/jms-script.txt b/config/mq/jms-script.txt index c7f5245..a5a252c 100644 --- a/config/mq/jms-script.txt +++ b/config/mq/jms-script.txt @@ -13,7 +13,7 @@ def q(CATALOG_INDEX_BUILD) qu(CATALOG_INDEX_BUILD) qmgr(omsmq) def q(CATALOG_MASS_AUDIT_PURGE) qu(CATALOG_MASS_AUDIT_PURGE) qmgr(omsmq) def q(CLOSE_PO_ORDER) qu(CLOSE_PO_ORDER) qmgr(omsmq) def q(CLOSE_QUOTE) qu(CLOSE_QUOTE) qmgr(omsmq) -def q(CLOSE_RETURN_ORDER) qu (CLOSE_RETURN_ORDER) qmgr(omsmq) +def q(CLOSE_RETURN_ORDER) qu(CLOSE_RETURN_ORDER) qmgr(omsmq) def q(CLOSE_SALES_ORDER) qu(CLOSE_SALES_ORDER) qmgr(omsmq) def q(CLOSE_SO_SHIPMENT) qu(CLOSE_SO_SHIPMENT) qmgr(omsmq) def q(COLLECT_INVENTORY_MISMATCH) qu(COLLECT_INVENTORY_MISMATCH) qmgr(omsmq)