close #766 Fixed: Customers invoice page broken
This commit is contained in:
parent
24923b89d9
commit
92aa7f7ab3
@ -61,7 +61,7 @@ class ViewComposerServiceProvider extends ServiceProvider
|
||||
|
||||
// Add Invoice Text
|
||||
View::composer(
|
||||
['incomes.invoices.*'], 'App\Http\ViewComposers\InvoiceText'
|
||||
['incomes.invoices.*', 'customers.invoices.*'], 'App\Http\ViewComposers\InvoiceText'
|
||||
);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user