1
0
forked from poc/pds

Changed logic for send invoice report for mail trigger

This commit is contained in:
dhanabalan
2026-05-25 17:00:57 +05:30
parent 5ebbf491f6
commit be85c85e06

View File

@@ -36,8 +36,6 @@ class SendInvoiceReport extends Command
$mailRules = \App\Models\AlertMailRule::where('module', 'InvoiceValidation')->get()->groupBy('rule_name');
$this->info(print_r($mailRules->toArray(), true));
// $startDate = now()->setTime(8, 0, 0);
// $endDate = now()->copy()->addDay()->setTime(8, 0, 0);