summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--calculate_leadtime_so_to_delivered.ktr2
1 files changed, 1 insertions, 1 deletions
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 @@
<jsScript_name>Script 1</jsScript_name>
<jsScript_script>//Script here
var so_to_po_status = 'not achieve';
-if (working_hours &lt;= 3)
+if (working_hours &lt;= 6)
{
so_to_po_status = 'achieve'
}