Skip to content

Commit

Permalink
close #597 Fixed: Invoice send customer email broken
Browse files Browse the repository at this point in the history
  • Loading branch information
Batuhan Baş committed Nov 5, 2018
1 parent a6a254b commit bd94e83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/Http/Controllers/Incomes/Invoices.php
Original file line number Diff line number Diff line change
Expand Up @@ -489,6 +489,7 @@ public function emailInvoice(Invoice $invoice)
unset($invoice->paid);
unset($invoice->template_path);
unset($invoice->pdf_path);
unset($invoice->reconciled);

// Mark invoice as sent
if ($invoice->invoice_status_code != 'partial') {
Expand Down

0 comments on commit bd94e83

Please sign in to comment.