mirror of
https://github.com/grocy/grocy.git
synced 2026-04-07 05:16:15 +02:00
Fix undefined "hintId" in shoppinglocationpicker
This commit is contained in:
parent
614e335091
commit
dec0a6e9ea
|
|
@ -12,7 +12,7 @@
|
||||||
data-next-input-selector="{{ $nextInputSelector }}"
|
data-next-input-selector="{{ $nextInputSelector }}"
|
||||||
data-prefill-by-name="{{ $prefillByName }}"
|
data-prefill-by-name="{{ $prefillByName }}"
|
||||||
data-prefill-by-id="{{ $prefillById }}">
|
data-prefill-by-id="{{ $prefillById }}">
|
||||||
<label for="shopping_location_id">{{ $__t($label) }} <span id="{{ $hintId }}"
|
<label for="shopping_location_id">{{ $__t($label) }} <span @if(!empty($hintId))id="{{ $hintId }}" @endif
|
||||||
class="small text-muted">{{ $hint }}</span></label>
|
class="small text-muted">{{ $hint }}</span></label>
|
||||||
<select class="form-control shopping-location-combobox"
|
<select class="form-control shopping-location-combobox"
|
||||||
id="shopping_location_id"
|
id="shopping_location_id"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user