mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-08 14:04:40 -04:00
Changed location of product edit Blade template in module
This commit is contained in:
parent
3eb40e652f
commit
b4740d93fb
@ -42,7 +42,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
@foreach(Module::getOrdered() as $module)
|
@foreach(Module::getOrdered() as $module)
|
||||||
@if(View::exists($module->alias . '::accounts.product'))
|
@if(View::exists($module->alias . '::products.edit'))
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-lg-10 col-lg-offset-1">
|
<div class="col-lg-10 col-lg-offset-1">
|
||||||
<div class="panel panel-default">
|
<div class="panel panel-default">
|
||||||
@ -53,7 +53,7 @@
|
|||||||
</h3>
|
</h3>
|
||||||
</div>
|
</div>
|
||||||
<div class="panel-body form-padding-right">
|
<div class="panel-body form-padding-right">
|
||||||
@includeIf($module->alias . '::accounts.product')
|
@includeIf($module->alias . '::products.edit')
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user