renamed print files
This commit is contained in:
@ -376,7 +376,7 @@ class Bills extends Controller
|
||||
|
||||
$bill->paid = $paid;
|
||||
|
||||
$bill->template_path = 'expenses.bills.bill';
|
||||
$bill->template_path = 'expenses.bills.print';
|
||||
|
||||
return $bill;
|
||||
}
|
||||
|
@ -444,7 +444,7 @@ class Invoices extends Controller
|
||||
|
||||
$invoice->paid = $paid;
|
||||
|
||||
$invoice->template_path = 'incomes.invoices.invoice';
|
||||
$invoice->template_path = 'incomes.invoices.print';
|
||||
|
||||
event(new \App\Events\Income\InvoicePrinting($invoice));
|
||||
|
||||
|
@ -124,7 +124,7 @@ class Invoices extends Controller
|
||||
|
||||
$invoice->paid = $paid;
|
||||
|
||||
$invoice->template_path = 'incomes.invoices.invoice';
|
||||
$invoice->template_path = 'incomes.invoices.print';
|
||||
|
||||
event(new \App\Events\Income\InvoicePrinting($invoice));
|
||||
|
||||
|
Reference in New Issue
Block a user