mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Quote mailer
This commit is contained in:
parent
04b5f9f638
commit
4d9065624b
@ -13,8 +13,7 @@ namespace App\Services\Quote;
|
|||||||
|
|
||||||
use App\Jobs\Entity\EmailEntity;
|
use App\Jobs\Entity\EmailEntity;
|
||||||
use App\Models\ClientContact;
|
use App\Models\ClientContact;
|
||||||
use App\Services\Email\MailEntity;
|
|
||||||
use App\Services\Email\MailObject;
|
|
||||||
|
|
||||||
class SendEmail
|
class SendEmail
|
||||||
{
|
{
|
||||||
@ -46,7 +45,7 @@ class SendEmail
|
|||||||
$this->reminder_template = $this->quote->calculateTemplate('quote');
|
$this->reminder_template = $this->quote->calculateTemplate('quote');
|
||||||
}
|
}
|
||||||
|
|
||||||
$mo = new MailObject();
|
// $mo = new MailObject();
|
||||||
|
|
||||||
$this->quote->service()->markSent()->save();
|
$this->quote->service()->markSent()->save();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user