1
0
forked from poc/pds

chnaged report timing to acctual time of invoice in transit

This commit is contained in:
dhanabalan
2026-01-04 09:53:09 +05:30
parent ca9261d75a
commit 1f657a626a

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