1
0
forked from poc/pds

Changed time in invoice data rules

This commit is contained in:
dhanabalan
2026-03-03 09:17:12 +05:30
parent 3d3e85be0d
commit 2b1d095437

View File

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