1
0
forked from poc/pds

Changed time logic in invoice data report

This commit is contained in:
dhanabalan
2026-01-21 11:59:59 +05:30
parent cd29fd51b7
commit 0b45d970b6

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,