Working on tests
This commit is contained in:
parent
b07462ec4a
commit
ffb052e19c
1 changed files with 1 additions and 1 deletions
|
|
@ -122,7 +122,7 @@ class Mailer
|
|||
|
||||
$notes = isset($data['notes']) ? $data['notes'] : false;
|
||||
|
||||
if ($proposal = $data['proposal']) {
|
||||
if (! empty($data['proposal'])) {
|
||||
$invitation->markSent($messageId);
|
||||
} else {
|
||||
$invoice->markInvitationSent($invitation, $messageId, true, $notes);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue