mirror of
https://github.com/grocy/grocy.git
synced 2025-04-29 09:39:57 +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(
|
||||
'id' => 'tare_weight',
|
||||
'label' => 'Tare weight',
|
||||
'min' => $DEFAULT_MIN_AMOUNT,
|
||||
'min' => 0,
|
||||
'decimals' => $userSettings['stock_decimal_places_amounts'],
|
||||
'value' => $value,
|
||||
'additionalAttributes' => $additionalAttributes,
|
||||
|
Loading…
x
Reference in New Issue
Block a user