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

@@ -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>