Fix menu catalogue, fix path for price modal

This commit is contained in:
Ludovic CANDELLIER
2021-08-26 15:59:56 +02:00
parent 5ddcebc303
commit e407934e2a
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ class Shop
{ {
public function make(Builder $menu) public function make(Builder $menu)
{ {
$menu->add('Catalogue', [ 'permission' => 'backend_access', 'icon' => 'store' ]) $menu->add('En vente', [ 'permission' => 'backend_access', 'icon' => 'store' ])
->id('shop') ->id('shop')
->activeIfRoute('shop') ->activeIfRoute('shop')
->order(2); ->order(2);

View File

@@ -32,7 +32,7 @@
</thead> </thead>
<tbody> <tbody>
@foreach ($price_list['price_list_values'] as $price_list_value) @foreach ($price_list['price_list_values'] as $price_list_value)
@include('admin.Shop.PriceListValues.partials.row_price', ['index' => $loop->index]) @include('Admin.Shop.PriceListValues.partials.row_price', ['index' => $loop->index])
@endforeach @endforeach
</tbody> </tbody>
<tfoot> <tfoot>