r19256 - gnucash/trunk/src/report/standard-reports - Fix report error in piechart due to the temporary deactivation of the new option.

Christian Stimming cstim at code.gnucash.org
Sun Jun 13 16:11:17 EDT 2010


Author: cstim
Date: 2010-06-13 16:11:17 -0400 (Sun, 13 Jun 2010)
New Revision: 19256
Trac: http://svn.gnucash.org/trac/changeset/19256

Modified:
   gnucash/trunk/src/report/standard-reports/account-piecharts.scm
Log:
Fix report error in piechart due to the temporary deactivation of the new option.

Modified: gnucash/trunk/src/report/standard-reports/account-piecharts.scm
===================================================================
--- gnucash/trunk/src/report/standard-reports/account-piecharts.scm	2010-06-12 16:11:04 UTC (rev 19255)
+++ gnucash/trunk/src/report/standard-reports/account-piecharts.scm	2010-06-13 20:11:17 UTC (rev 19256)
@@ -108,7 +108,7 @@
 ;; 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.
+;; removing the line above, and changing line 217 accordingly.
     ;;(if do-intervals?
         (add-option
          (gnc:make-multichoice-option
@@ -214,7 +214,7 @@
                                   optname-price-source))
         (report-title (get-option gnc:pagename-general 
 				  gnc:optname-reportname))
-        (averaging-selection (if do-intervals?
+        (averaging-selection (if #f ;;do-intervals?
                                  (get-option gnc:pagename-general
                                              optname-averaging)
                                  'None))



More information about the gnucash-changes mailing list