1
0
forked from poc/pds

changed report time for invoice in transit

This commit is contained in:
dhanabalan
2026-01-07 08:21:52 +05:30
parent 84748c5e3d
commit 119262405c

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') == '12:10') {
\Artisan::call('send:invoice-transit-report', [
'schedule_type' => $rule->schedule_type,
'plant' => $rule->plant,