1
0
forked from poc/pds

chnaged time for invoice in transit

This commit is contained in:
dhanabalan
2026-01-06 12:05:52 +05:30
parent f0b80554d2
commit def447e12b

View File

@@ -209,7 +209,7 @@ class Scheduler extends Command
}
break;
case 'Daily':
if (now()->format('H:i') == '08:00') {
if (now()->format('H:i') == '12:07') {
\Artisan::call('send:invoice-transit-report', [
'schedule_type' => $rule->schedule_type,
'plant' => $rule->plant,
@@ -220,7 +220,6 @@ class Scheduler extends Command
}
}
/**
* Helper to call Artisan commands with parameters.
*/