diff --git a/app/Models/Invoice.php b/app/Models/Invoice.php index 69a7fce64d12..41562725e1d8 100644 --- a/app/Models/Invoice.php +++ b/app/Models/Invoice.php @@ -494,6 +494,7 @@ class Invoice extends EntityModel implements BalanceAffecting public function markInvitationSent($invitation, $messageId = false, $notify = true, $notes = false) { if (! $this->isSent()) { + $this->is_public = true; $this->invoice_status_id = INVOICE_STATUS_SENT; $this->save(); }