From 54eaf155985f63d68ce6fe3c53c6a952b86f7b77 Mon Sep 17 00:00:00 2001 From: "Infineon\\Ouellette" Date: Fri, 8 Aug 2025 11:44:44 -0700 Subject: [PATCH] Increased the MAX_NUM_CASS$ equate to 150 as we have a workorder with more than 96 WO_MAT ID's --- LSL2/STPROC/WORK_ORDER_SERVICES.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/LSL2/STPROC/WORK_ORDER_SERVICES.txt b/LSL2/STPROC/WORK_ORDER_SERVICES.txt index 059ee75..85b7854 100644 --- a/LSL2/STPROC/WORK_ORDER_SERVICES.txt +++ b/LSL2/STPROC/WORK_ORDER_SERVICES.txt @@ -50,7 +50,7 @@ $Insert VOIDED_LOT_EQUATES $Insert IFX_EQUATES $Insert CUST_EPI_PART_EQUATES -Equ MAX_NUM_CASS$ to 96 +Equ MAX_NUM_CASS$ to 150 Declare subroutine Error_Services, Work_Order_Services, Memory_Services, RList, Database_Services, SRP_JSON Declare subroutine Btree.Extract, Set_Status, obj_WO_Log, obj_Notes, Print_Wo_Mat_In_Labels, Print_Wo_Mat_Out_Labels @@ -2326,3 +2326,4 @@ ClearCursors: return +