1
0
forked from poc/pds

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

Reviewed-on: poc/pds#215
This commit is contained in:
2026-01-21 06:09:33 +00:00

View File

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