Update invoice data report references in command and scheduling logic
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user