mirror of
https://github.com/grocy/grocy.git
synced 2025-10-12 16:44:55 +00:00
Allow 4 decimals for all amount inputs (this now closes #998)
This commit is contained in:
@@ -38,8 +38,8 @@
|
||||
@include('components.numberpicker', array(
|
||||
'id' => 'amount',
|
||||
'label' => 'Amount',
|
||||
'min' => 0.01,
|
||||
'decimals' => 2,
|
||||
'min' => 0.0001,
|
||||
'decimals' => 4,
|
||||
'isRequired' => false,
|
||||
'value' => 1
|
||||
))
|
||||
|
Reference in New Issue
Block a user