Merge pull request 'Changed time logic in invoice data report' (#217) from ranjith-dev into master
All checks were successful
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Successful in 14s

Reviewed-on: #217
This commit was merged in pull request #217.
This commit is contained in:
2026-01-21 06:30:19 +00:00

View File

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