summaryrefslogtreecommitdiff
path: root/calculate_leadtime_so_to_delivered.ktr
diff options
context:
space:
mode:
authorFIN-IT_AndriFP <andrifebriyadiputra@gmail.com>2025-12-02 15:27:23 +0700
committerFIN-IT_AndriFP <andrifebriyadiputra@gmail.com>2025-12-02 15:27:23 +0700
commit9351e3cf2297d992f407a91a0b1d183997a43f81 (patch)
tree0dd9b275409177f8246a9df58bd93f1a954dcba3 /calculate_leadtime_so_to_delivered.ktr
parent10225d3a01dd5ca934e5db7ea9146301f2adfd2d (diff)
fix
Diffstat (limited to 'calculate_leadtime_so_to_delivered.ktr')
-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'
}