1
0
forked from poc/pds

changed time in scheduler for invoice in transit

This commit is contained in:
dhanabalan
2026-01-08 09:56:12 +05:30
parent b09ed3481a
commit 053c07bcfb

View File

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