From c63e144ffca95c156c00d8b5e46b139e79c14bce Mon Sep 17 00:00:00 2001 From: Mqdd Date: Fri, 28 Nov 2025 16:49:29 +0700 Subject: add andri to failed email --- run_scheduled_action_job.kjb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_scheduled_action_job.kjb b/run_scheduled_action_job.kjb index 6e868d3..81e28cb 100644 --- a/run_scheduled_action_job.kjb +++ b/run_scheduled_action_job.kjb @@ -683,7 +683,7 @@ smtp.gmail.com 465 - stephan@indoteknik.co.id ahmadmiqdad27@gmail.com it@fixcomart.co.id + stephan@indoteknik.co.id ahmadmiqdad27@gmail.com it@fixcomart.co.id andrifebriyadiputra@gmail.com ahmadmiqdad27@gmail.com stephanchrst@gmail.com ahmadmiqdad27@gmail.com -- cgit v1.2.3 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