mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
[advanced-portfolio] Allow share digits to 9 decimal places
This matches the increased maximum commodity fraction.
This commit is contained in:
parent
d3a62a0645
commit
8ffede5312
@ -129,7 +129,7 @@ by preventing negative stock balances.<br/>")
|
|||||||
(gnc:make-number-range-option
|
(gnc:make-number-range-option
|
||||||
gnc:pagename-display optname-shares-digits
|
gnc:pagename-display optname-shares-digits
|
||||||
"d" (N_ "The number of decimal places to use for share numbers.") 2
|
"d" (N_ "The number of decimal places to use for share numbers.") 2
|
||||||
0 6 0 1))
|
0 9 0 1))
|
||||||
|
|
||||||
(gnc:register-option
|
(gnc:register-option
|
||||||
options
|
options
|
||||||
|
Loading…
Reference in New Issue
Block a user