diff options
| author | FIN-IT_AndriFP <andrifebriyadiputra@gmail.com> | 2025-12-02 15:27:23 +0700 |
|---|---|---|
| committer | FIN-IT_AndriFP <andrifebriyadiputra@gmail.com> | 2025-12-02 15:27:23 +0700 |
| commit | 9351e3cf2297d992f407a91a0b1d183997a43f81 (patch) | |
| tree | 0dd9b275409177f8246a9df58bd93f1a954dcba3 | |
| parent | 10225d3a01dd5ca934e5db7ea9146301f2adfd2d (diff) | |
fix
| -rw-r--r-- | calculate_leadtime_so_to_delivered.ktr | 2 |
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 <= 3) +if (working_hours <= 6) { so_to_po_status = 'achieve' } |
