Fixed chore edit page QU hint

This commit is contained in:
Bernd Bestel 2020-11-13 19:03:25 +01:00
parent c45e5d1794
commit 71f6b38cb2
No known key found for this signature in database
GPG Key ID: 71BD34C0D4891300

View File

@ -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'),