diff --git a/views/inventory.blade.php b/views/inventory.blade.php index 312a7bc9..85e6d68c 100644 --- a/views/inventory.blade.php +++ b/views/inventory.blade.php @@ -59,7 +59,7 @@ 'id' => 'price', 'label' => 'Price', 'min' => 0, - 'step' => 0.0001, + 'step' => 0.01, 'value' => '', 'hint' => $__t('in %s per purchase quantity unit', GROCY_CURRENCY), 'additionalHtmlContextHelp' => '
' . $__t('This will apply to added products') . '',