1
0
forked from poc/pds

changed time in invoice in transit

This commit is contained in:
dhanabalan
2026-01-21 14:59:34 +05:30
parent 05436f278b
commit 29a0e480f4

View File

@@ -210,7 +210,7 @@ class Scheduler extends Command
}
break;
case 'Daily':
if (now()->format('H:i') == '14:58') {
if (now()->format('H:i') == '15:01') {
try {
\Artisan::call('send:invoice-transit-report', [
'schedule_type' => $rule->schedule_type,