1
0
forked from poc/pds

changed time in invoice transit

This commit is contained in:
dhanabalan
2026-01-21 11:46:02 +05:30
parent 8aacff18be
commit cd29fd51b7

View File

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