fix filter on prices by tariff

This commit is contained in:
Ludovic CANDELLIER
2021-09-01 10:25:59 +02:00
parent b20c32d722
commit 50d445bb3b
4 changed files with 45 additions and 48 deletions

View File

@@ -1,3 +1,3 @@
<form id="price_generics-filters">
<input type="hidden" name="tariff_id" value="{{ $tariff['id'] ?? false }}">
<form id="{{ $model }}-filters">
<input type="text" name="tariff_id" value="{{ $tariff['id'] ?? false }}">
</form>