Fix undefined "hintId" in shoppinglocationpicker

This commit is contained in:
fipwmaqzufheoxq92ebc 2020-09-12 15:04:22 +02:00
parent 614e335091
commit dec0a6e9ea
No known key found for this signature in database
GPG Key ID: F4DF989490C2ADB7

View File

@ -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) }}&nbsp;&nbsp;<span id="{{ $hintId }}" <label for="shopping_location_id">{{ $__t($label) }}&nbsp;&nbsp;<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"