1
0
forked from poc/pds

Changed time for invoice in transit report

This commit is contained in:
dhanabalan
2026-01-31 10:36:39 +05:30
parent ece0a9e226
commit be5aee3df6

View File

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