ranjith-dev #268

Merged
jothi merged 14 commits from ranjith-dev into master 2026-01-28 11:38:46 +00:00
Showing only changes of commit 7cc4cd45ff - Show all commits

View File

@@ -39,7 +39,7 @@ class Scheduler extends Command
public function handle() public function handle()
{ {
// $this->call('approval:trigger-mails'); $this->call('approval:trigger-mails');
// --- Production Rules --- // --- Production Rules ---
$productionRules = AlertMailRule::where('module', 'ProductionQuantities') $productionRules = AlertMailRule::where('module', 'ProductionQuantities')
@@ -112,6 +112,7 @@ class Scheduler extends Command
break; break;
} }
} }
// foreach ($invoiceRules as $rule) { // foreach ($invoiceRules as $rule) {
// switch ($rule->schedule_type) { // switch ($rule->schedule_type) {