mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-08 09:34:30 -04:00
ensure numbers are set
This commit is contained in:
parent
6c1a189a81
commit
59514f49b9
@ -30,7 +30,7 @@ class EmailRecord
|
||||
$entity = $class::find($this->decodePrimaryKey($this->scheduler->parameters['entity_id']));
|
||||
|
||||
if($entity) {
|
||||
$entity->service()->sendEmail();
|
||||
$entity->service()->markSent()->sendEmail();
|
||||
}
|
||||
|
||||
$this->scheduler->forceDelete();
|
||||
|
Loading…
x
Reference in New Issue
Block a user