new: allow to delete seuil lines in price-list's pice modal

This commit is contained in:
Valentin Lab
2025-10-15 13:17:54 +02:00
parent 67e4346c68
commit b7e3eefed6
5 changed files with 126 additions and 15 deletions

View File

@@ -15,4 +15,9 @@
<td>
@include('components.form.inputs.money', ['name' => 'price_list_values[' . $index . '][price_taxed]', 'value' => $price_list_value['price_taxed'] ?? null, 'required' => true, 'class' => 'price_taxed'])
</td>
</tr>
<td class="text-center align-middle">
<button type="button" class="btn btn-outline-danger btn-xs remove-price" title="{{ __('Supprimer') }}">
<i class="fa fa-trash"></i>
</button>
</td>
</tr>