Changed time in invoice data rules #433

Merged
jothi merged 1 commits from ranjith-dev into master 2026-03-03 03:47:33 +00:00

View File

@@ -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,