1
0
forked from poc/pds

changed time in invoice in transit

This commit is contained in:
dhanabalan
2026-01-07 10:29:01 +05:30
parent c2d840d772
commit b09ed3481a

View File

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