From 9351e3cf2297d992f407a91a0b1d183997a43f81 Mon Sep 17 00:00:00 2001 From: FIN-IT_AndriFP Date: Tue, 2 Dec 2025 15:27:23 +0700 Subject: fix --- 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