Fied wrong/missing product picker hint on product edit page

This commit is contained in:
Bernd Bestel 2020-11-10 21:59:19 +01:00
parent 8c8a51c06e
commit 06f345324f
No known key found for this signature in database
GPG Key ID: 71BD34C0D4891300
2 changed files with 6 additions and 0 deletions

View File

@ -26,6 +26,11 @@
data-toggle="tooltip"
title="{{ $__t('Type a new product name or barcode and hit TAB or ENTER to start a workflow') }}"></i>
@endif
@if(!empty($hint))
<i class="fas fa-question-circle"
data-toggle="tooltip"
title="{{ $hint }}"></i>
@endif
<span id="barcode-lookup-disabled-hint"
class="small text-muted d-none float-right"> {{ $__t('Barcode lookup is disabled') }}</span>
<i id="barcode-lookup-hint"

View File

@ -95,6 +95,7 @@
'disabled' => $isSubProductOfOthers,
'hint' => $hint
))
@php $hint = ''; @endphp
<div class="form-group">
<label for="description">{{ $__t('Description') }}</label>