r23673 - gnucash/branches/2.4/src/report/standard-reports - Revert "[22968] Bug #584869 net change line in general journal report broken"

John Ralls jralls at code.gnucash.org
Wed Jan 8 00:24:54 EST 2014


Author: jralls
Date: 2014-01-08 00:24:53 -0500 (Wed, 08 Jan 2014)
New Revision: 23673
Trac: http://svn.gnucash.org/trac/changeset/23673

Modified:
   gnucash/branches/2.4/src/report/standard-reports/register.scm
Log:
Revert "[22968] Bug #584869 net change line in general journal report broken"

This reverts commit 87bc498e (r22975).

Bug 721436 - Account Report fails in release 2.4.14
Unfortunately that change in trunk relies upon the rather massive
r22681, which wasn't backported. Without that previous revision it
crashes.

Modified: gnucash/branches/2.4/src/report/standard-reports/register.scm
===================================================================
--- gnucash/branches/2.4/src/report/standard-reports/register.scm	2014-01-08 05:24:40 UTC (rev 23672)
+++ gnucash/branches/2.4/src/report/standard-reports/register.scm	2014-01-08 05:24:53 UTC (rev 23673)
@@ -550,10 +550,8 @@
                                   debit-value "grand-total" #t)
                 (add-subtotal-row (_ "Total Value Credits") leader table used-columns
                                   credit-value "grand-total" #t)))
-          (if ledger-type?
-            (add-subtotal-row (_ "Net Change") leader table used-columns
+          (add-subtotal-row (_ "Net Change") leader table used-columns
 			    total-collector "grand-total" #f)
-          )
           (add-subtotal-row (_ "Value Change") leader table used-columns
                             total-value "grand-total" #t))
 



More information about the gnucash-changes mailing list