r20048 - gnucash/trunk/src/report/standard-reports - Activate balance averaging in account piechart report, introduced in r19253.

Christian Stimming cstim at code.gnucash.org
Sun Jan 9 16:22:59 EST 2011


Author: cstim
Date: 2011-01-09 16:22:59 -0500 (Sun, 09 Jan 2011)
New Revision: 20048
Trac: http://svn.gnucash.org/trac/changeset/20048

Modified:
   gnucash/trunk/src/report/standard-reports/account-piecharts.scm
Log:
Activate balance averaging in account piechart report, introduced in r19253.

Modified: gnucash/trunk/src/report/standard-reports/account-piecharts.scm
===================================================================
--- gnucash/trunk/src/report/standard-reports/account-piecharts.scm	2011-01-09 21:15:56 UTC (rev 20047)
+++ gnucash/trunk/src/report/standard-reports/account-piecharts.scm	2011-01-09 21:22:59 UTC (rev 20048)
@@ -105,12 +105,7 @@
      options gnc:pagename-general
      optname-price-source "c" 'average-cost)
 
-    (if #f
-;; 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.
-    ;;(if do-intervals?
+    (if do-intervals?
         (add-option
          (gnc:make-multichoice-option
           gnc:pagename-general optname-averaging
@@ -222,7 +217,7 @@
                                   optname-price-source))
         (report-title (get-option gnc:pagename-general 
 				  gnc:optname-reportname))
-        (averaging-selection (if #f ;;do-intervals?
+        (averaging-selection (if do-intervals?
                                  (get-option gnc:pagename-general
                                              optname-averaging)
                                  'None))



More information about the gnucash-changes mailing list