changed time for invoice in transit #214

Merged
jothi merged 1 commits from ranjith-dev into master 2026-01-21 05:58:55 +00:00

View File

@@ -76,7 +76,6 @@ class Scheduler extends Command
}
}
// --- Invoice Validation Rules ---
$invoiceRules = AlertMailRule::where('module', 'InvoiceValidation')
->where('rule_name', 'InvoiceMail')
@@ -211,7 +210,7 @@ class Scheduler extends Command
}
break;
case 'Daily':
if (now()->format('H:i') == '10:45') {
if (now()->format('H:i') == '11:30') {
\Artisan::call('send:invoice-transit-report', [
'schedule_type' => $rule->schedule_type,
'plant' => $rule->plant,