This commit is contained in:
Ludovic CANDELLIER
2021-11-04 16:37:42 +01:00
parent f5716c6530
commit c76996db86
12 changed files with 59 additions and 25 deletions

View File

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