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