mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-07 19:24:42 -04:00
Working on tests
This commit is contained in:
parent
b07462ec4a
commit
ffb052e19c
@ -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…
x
Reference in New Issue
Block a user