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

Reviewed-on: #433
This commit was merged in pull request #433.
This commit is contained in:
2026-03-03 03:47:33 +00:00

View File

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