From 06f345324fd5d351b54ad2d72471a1b324575569 Mon Sep 17 00:00:00 2001 From: Bernd Bestel Date: Tue, 10 Nov 2020 21:59:19 +0100 Subject: [PATCH] Fied wrong/missing product picker hint on product edit page --- views/components/productpicker.blade.php | 5 +++++ views/productform.blade.php | 1 + 2 files changed, 6 insertions(+) diff --git a/views/components/productpicker.blade.php b/views/components/productpicker.blade.php index e3b93ff8..01764262 100644 --- a/views/components/productpicker.blade.php +++ b/views/components/productpicker.blade.php @@ -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') }}"> @endif + @if(!empty($hint)) + + @endif {{ $__t('Barcode lookup is disabled') }} $isSubProductOfOthers, 'hint' => $hint )) + @php $hint = ''; @endphp