Updates for quote reminders
This commit is contained in:
parent
eb04382757
commit
02689f3234
|
|
@ -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');
|
||||
|
|
|
|||
Loading…
Reference in New Issue