close #597 Fixed: Invoice send customer email broken
This commit is contained in:
parent
a6a254b03f
commit
bd94e8374a
@ -489,6 +489,7 @@ class Invoices extends Controller
|
||||
unset($invoice->paid);
|
||||
unset($invoice->template_path);
|
||||
unset($invoice->pdf_path);
|
||||
unset($invoice->reconciled);
|
||||
|
||||
// Mark invoice as sent
|
||||
if ($invoice->invoice_status_code != 'partial') {
|
||||
|
Loading…
x
Reference in New Issue
Block a user