mirror of
https://github.com/grocy/grocy.git
synced 2025-04-29 17:45:39 +00:00
Fixed product form min tare weight
This commit is contained in:
parent
fdeb4fd4d7
commit
65f0253307
@ -314,7 +314,7 @@
|
|||||||
@include('components.numberpicker', array(
|
@include('components.numberpicker', array(
|
||||||
'id' => 'tare_weight',
|
'id' => 'tare_weight',
|
||||||
'label' => 'Tare weight',
|
'label' => 'Tare weight',
|
||||||
'min' => $DEFAULT_MIN_AMOUNT,
|
'min' => 0,
|
||||||
'decimals' => $userSettings['stock_decimal_places_amounts'],
|
'decimals' => $userSettings['stock_decimal_places_amounts'],
|
||||||
'value' => $value,
|
'value' => $value,
|
||||||
'additionalAttributes' => $additionalAttributes,
|
'additionalAttributes' => $additionalAttributes,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user