From 2b1d095437a8c33b14daad9905fb933020cb0137 Mon Sep 17 00:00:00 2001 From: dhanabalan Date: Tue, 3 Mar 2026 09:17:12 +0530 Subject: [PATCH] Changed time in invoice data rules --- app/Console/Commands/Scheduler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Console/Commands/Scheduler.php b/app/Console/Commands/Scheduler.php index 8ae79a6..d1a78d5 100644 --- a/app/Console/Commands/Scheduler.php +++ b/app/Console/Commands/Scheduler.php @@ -176,7 +176,7 @@ class Scheduler extends Command } break; case 'Daily': - if (now()->format('H:i') == '11:30') { + if (now()->format('H:i') == '08:00') { \Artisan::call('send:invoice-data-report', [ 'schedule_type' => $rule->schedule_type, 'plant' => $rule->plant, -- 2.49.1