1
0
forked from poc/pds

Merge pull request 'changed time in invoice in transit' (#220) from ranjith-dev into master

Reviewed-on: poc/pds#220
This commit is contained in:
2026-01-21 09:29:47 +00:00

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,