From 71f6b38cb28e0e4094b884556bb922cef730078c Mon Sep 17 00:00:00 2001 From: Bernd Bestel Date: Fri, 13 Nov 2020 19:03:25 +0100 Subject: [PATCH] Fixed chore edit page QU hint --- views/choreform.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/choreform.blade.php b/views/choreform.blade.php index 00ff4952..18a9cdc9 100644 --- a/views/choreform.blade.php +++ b/views/choreform.blade.php @@ -255,7 +255,7 @@ @include('components.numberpicker', array( 'id' => 'product_amount', 'label' => 'Amount', - 'hintId' => 'amount_qu_unit', + 'contextInfoId' => 'amount_qu_unit', 'min' => '', 'decimals' => $userSettings['stock_decimal_places_amounts'], 'invalidFeedback' => $__t('The amount cannot be lower than %s', '1'),