Updates for quote reminders

This commit is contained in:
David Bomba 2024-11-23 17:23:01 +11:00
parent eb04382757
commit 02689f3234
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ class SendEmail
public function run()
{
if(in_array($this->reminder_template, ["email_quote_template_reminder1","reminder1"]));
if(in_array($this->reminder_template, ["email_quote_template_reminder1","reminder1"]))
$this->reminder_template = "email_quote_template_reminder1";
else
$this->reminder_template = "email_template_".$this->quote->calculateTemplate('quote');