From bcd6dd4b20ea867af0a61aefad8eb89a3cf6a3d8 Mon Sep 17 00:00:00 2001 From: Bernd Bestel Date: Fri, 3 May 2019 22:18:24 +0200 Subject: [PATCH] Forgot to save a file on the last commit... --- views/purchase.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/purchase.blade.php b/views/purchase.blade.php index 8e20ba0e..161462cd 100644 --- a/views/purchase.blade.php +++ b/views/purchase.blade.php @@ -45,7 +45,7 @@ 'id' => 'price', 'label' => 'Price', 'min' => 0, - 'step' => 0.01, + 'step' => 0.0001, 'value' => '', 'hint' => $__t('in %s per purchase quantity unit', GROCY_CURRENCY), 'invalidFeedback' => $__t('The price cannot be lower than %s', '0'),