From e67ae936b3f5b842f167ef33c77b74164f9fd999 Mon Sep 17 00:00:00 2001 From: GLescalona Date: Mon, 7 Apr 2025 23:16:11 -0400 Subject: [PATCH] Rename SP026_PR_ImportOrders.groovy to SP026C_PR_ImportOrders.groovy --- ...026_PR_ImportOrders.groovy => SP026C_PR_ImportOrders.groovy} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename scripts/process/{SP026_PR_ImportOrders.groovy => SP026C_PR_ImportOrders.groovy} (99%) diff --git a/scripts/process/SP026_PR_ImportOrders.groovy b/scripts/process/SP026C_PR_ImportOrders.groovy similarity index 99% rename from scripts/process/SP026_PR_ImportOrders.groovy rename to scripts/process/SP026C_PR_ImportOrders.groovy index 1d89c6d..e717cf5 100644 --- a/scripts/process/SP026_PR_ImportOrders.groovy +++ b/scripts/process/SP026C_PR_ImportOrders.groovy @@ -79,4 +79,4 @@ try { } catch(Exception e) { return "@Error@ " + e.getLocalizedMessage(); -} \ No newline at end of file +}