Get invoice template to print it in Portal

This commit is contained in:
Burak Çakırel 2020-02-01 01:37:41 +03:00
parent 2837951f92
commit 8f78e960b2

View File

@ -108,7 +108,7 @@ class Invoices extends Controller
$invoice->paid = $paid;
$invoice->template_path = 'sales.invoices.print';
$invoice->template_path = 'sales.invoices.print_' . setting('invoice.template' ,'default');
event(new \App\Events\Sale\InvoicePrinting($invoice));