1
0
forked from poc/pds

changed report time for invoice in transit

This commit is contained in:
dhanabalan
2026-01-04 09:47:10 +05:30
parent 99afa82c75
commit ca9261d75a

View File

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