mirror of
https://github.com/grocy/grocy.git
synced 2026-04-08 05:36:15 +02: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…
Reference in New Issue
Block a user