mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
[portfolio] Allow share digits to 9 decimal places
This matches the increased maximum commodity fraction.
This commit is contained in:
parent
228954c408
commit
d3a62a0645
@ -61,7 +61,7 @@
|
||||
(gnc:make-number-range-option
|
||||
gnc:pagename-general optname-shares-digits
|
||||
"e" (N_ "The number of decimal places to use for share numbers.") 2
|
||||
0 6 0 1))
|
||||
0 9 0 1))
|
||||
|
||||
;; Account tab
|
||||
(add-option
|
||||
|
Loading…
Reference in New Issue
Block a user