changed time in invoice in transit #221

Merged
jothi merged 1 commits from ranjith-dev into master 2026-01-21 10:21:15 +00:00
Showing only changes of commit 1817876af5 - Show all commits

View File

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