Update invoice data report references in command and scheduling logic

This commit is contained in:
dhanabalan
2025-11-02 16:51:40 +05:30
parent 1cb54f5101
commit 92bcbc0e8d
4 changed files with 4 additions and 4 deletions

View File

@@ -73,8 +73,7 @@ Artisan::command('inspire', function () {
}
//Invoice Data report scheduling
$invoiceDataRules = AlertMailRule::where('module', 'InvoiceValidation')
->where('rule_name', 'InvoiceDataMail')
$invoiceDataRules = AlertMailRule::where('module', 'InvoiceDataReport')
->select('plant', 'schedule_type')
->distinct()
->get();