diff --git a/routes/console.php b/routes/console.php index 4e4213e..e1b1b35 100644 --- a/routes/console.php +++ b/routes/console.php @@ -74,6 +74,7 @@ Artisan::command('inspire', function () { //Invoice Data report scheduling $invoiceDataRules = AlertMailRule::where('module', 'InvoiceValidation') + ->where('rule_name', 'InvoiceDataMail') ->select('plant', 'schedule_type') ->distinct() ->get();