Merge pull request 'changed time in invoice transit' (#216) from ranjith-dev into master
All checks were successful
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Successful in 11s

Reviewed-on: #216
This commit was merged in pull request #216.
This commit is contained in:
2026-01-21 06:16:14 +00:00

View File

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