From af9b6583ea7b09babd88e54513d3e43c61c0b677 Mon Sep 17 00:00:00 2001 From: AndriFP Date: Tue, 2 Dec 2025 23:15:01 +0700 Subject: fix status --- calculate_leadtime_so_to_delivered.ktr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calculate_leadtime_so_to_delivered.ktr b/calculate_leadtime_so_to_delivered.ktr index c48f413..5a3a864 100644 --- a/calculate_leadtime_so_to_delivered.ktr +++ b/calculate_leadtime_so_to_delivered.ktr @@ -674,7 +674,7 @@ Script 1 //Script here var so_to_po_status = 'not achieve'; -if (working_hours <= 3) +if (working_hours <= 6) { so_to_po_status = 'achieve' } -- cgit v1.2.3