1
0
forked from poc/pds

changed time for invoice data report

This commit is contained in:
dhanabalan
2026-01-22 09:57:30 +05:30
parent c42d822dc4
commit 755f4e5962

View File

@@ -175,7 +175,7 @@ class Scheduler extends Command
}
break;
case 'Daily':
if (now()->format('H:i') == '10:30') {
if (now()->format('H:i') == '11:30') {
\Artisan::call('send:invoice-data-report', [
'schedule_type' => $rule->schedule_type,
'plant' => $rule->plant,