Fix menu catalogue, fix path for price modal

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

View File

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

View File

@@ -32,7 +32,7 @@
</thead>
<tbody>
@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
</tbody>
<tfoot>