mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Disable new option of piechart report even more.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19280 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
ed32d4e9f3
commit
ebb6d2120f
@ -108,7 +108,7 @@ balance at a given time"))
|
||||
;; Option deactivated before 2.4.0 is out in order not to have
|
||||
;; untranslated strings show up for the user (string freeze). Will be
|
||||
;; activated in 2.4.1 or so by un-commenting the line below and
|
||||
;; removing the line above, and changing line 217 accordingly.
|
||||
;; removing the line above, and changing line 217 and 262 accordingly.
|
||||
;;(if do-intervals?
|
||||
(add-option
|
||||
(gnc:make-multichoice-option
|
||||
@ -259,7 +259,7 @@ balance at a given time"))
|
||||
(tree-depth (if (equal? account-levels 'all)
|
||||
(gnc:get-current-account-tree-depth)
|
||||
account-levels))
|
||||
(averaging-fraction-func (gnc:date-get-fraction-func averaging-selection))
|
||||
(averaging-fraction-func #f) ;;(gnc:date-get-fraction-func averaging-selection))
|
||||
(averaging-multiplier
|
||||
(if averaging-fraction-func
|
||||
;; Calculate the divisor of the amounts so that an
|
||||
|
Loading…
Reference in New Issue
Block a user