mirror of
https://github.com/grocy/grocy.git
synced 2025-04-30 18:12:44 +00:00
Fixed chore edit page QU hint
This commit is contained in:
parent
c45e5d1794
commit
71f6b38cb2
@ -255,7 +255,7 @@
|
|||||||
@include('components.numberpicker', array(
|
@include('components.numberpicker', array(
|
||||||
'id' => 'product_amount',
|
'id' => 'product_amount',
|
||||||
'label' => 'Amount',
|
'label' => 'Amount',
|
||||||
'hintId' => 'amount_qu_unit',
|
'contextInfoId' => 'amount_qu_unit',
|
||||||
'min' => '',
|
'min' => '',
|
||||||
'decimals' => $userSettings['stock_decimal_places_amounts'],
|
'decimals' => $userSettings['stock_decimal_places_amounts'],
|
||||||
'invalidFeedback' => $__t('The amount cannot be lower than %s', '1'),
|
'invalidFeedback' => $__t('The amount cannot be lower than %s', '1'),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user