mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 20:26:42 +00:00
Fixed chore edit page QU hint
This commit is contained in:
@@ -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'),
|
||||||
|
Reference in New Issue
Block a user