mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 05:02:36 +01:00
Merge pull request #2141 from dicarlosystems/change-product-view-module-extension
Changed location of product edit Blade template in module
This commit is contained in:
commit
8de5f8234b
@ -42,7 +42,7 @@
|
||||
</div>
|
||||
|
||||
@foreach(Module::getOrdered() as $module)
|
||||
@if(View::exists($module->alias . '::accounts.product'))
|
||||
@if(View::exists($module->alias . '::products.edit'))
|
||||
<div class="row">
|
||||
<div class="col-lg-10 col-lg-offset-1">
|
||||
<div class="panel panel-default">
|
||||
@ -53,7 +53,7 @@
|
||||
</h3>
|
||||
</div>
|
||||
<div class="panel-body form-padding-right">
|
||||
@includeIf($module->alias . '::accounts.product')
|
||||
@includeIf($module->alias . '::products.edit')
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user