gnucash maint: Multiple changes pushed

John Ralls jralls at code.gnucash.org
Tue Jul 6 17:37:45 EDT 2021


Updated	 via  https://github.com/Gnucash/gnucash/commit/702a86bb (commit)
	 via  https://github.com/Gnucash/gnucash/commit/8ffede53 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/d3a62a06 (commit)
	from  https://github.com/Gnucash/gnucash/commit/445fa955 (commit)



commit 702a86bb7ac5e7fa4f7fc2dad03eb0d918bad715
Merge: 445fa9557 8ffede531
Author: John Ralls <jralls at ceridwen.us>
Date:   Tue Jul 6 14:35:31 2021 -0700

    Merge Simon Arlott's 'share-digits_maint' into maint.


commit 8ffede5312a845420742c3ee6c25d3e9dc888f50
Author: Simon Arlott <sa.me.uk>
Date:   Mon Jun 28 17:28:51 2021 +0100

    [advanced-portfolio] Allow share digits to 9 decimal places
    
    This matches the increased maximum commodity fraction.

diff --git a/gnucash/report/reports/standard/advanced-portfolio.scm b/gnucash/report/reports/standard/advanced-portfolio.scm
index e0343185f..7a71127a7 100644
--- a/gnucash/report/reports/standard/advanced-portfolio.scm
+++ b/gnucash/report/reports/standard/advanced-portfolio.scm
@@ -129,7 +129,7 @@ by preventing negative stock balances.<br/>")
      (gnc:make-number-range-option
       gnc:pagename-display optname-shares-digits
       "d" (N_ "The number of decimal places to use for share numbers.") 2
-      0 6 0 1))
+      0 9 0 1))
 
     (gnc:register-option
       options

commit d3a62a0645ac27369e56c54893f66dd9f563f7a8
Author: Simon Arlott <sa.me.uk>
Date:   Mon Jun 28 17:28:38 2021 +0100

    [portfolio] Allow share digits to 9 decimal places
    
    This matches the increased maximum commodity fraction.

diff --git a/gnucash/report/reports/standard/portfolio.scm b/gnucash/report/reports/standard/portfolio.scm
index 6e8cc04af..45272d12c 100644
--- a/gnucash/report/reports/standard/portfolio.scm
+++ b/gnucash/report/reports/standard/portfolio.scm
@@ -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



Summary of changes:
 gnucash/report/reports/standard/advanced-portfolio.scm | 2 +-
 gnucash/report/reports/standard/portfolio.scm          | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)



More information about the gnucash-changes mailing list