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