r23538 - gnucash/trunk/src/report - Fix r23536: got the 'closing keyword wrong in a couple of places

Mike Alexander mta at code.gnucash.org
Tue Dec 10 18:38:59 EST 2013


Author: mta
Date: 2013-12-10 18:38:58 -0500 (Tue, 10 Dec 2013)
New Revision: 23538
Trac: http://svn.gnucash.org/trac/changeset/23538

Modified:
   gnucash/trunk/src/report/report-system/html-acct-table.scm
   gnucash/trunk/src/report/standard-reports/trial-balance.scm
Log:
Fix r23536: got the 'closing keyword wrong in a couple of places

Modified: gnucash/trunk/src/report/report-system/html-acct-table.scm
===================================================================
--- gnucash/trunk/src/report/report-system/html-acct-table.scm	2013-12-10 23:15:40 UTC (rev 23537)
+++ gnucash/trunk/src/report/report-system/html-acct-table.scm	2013-12-10 23:38:58 UTC (rev 23538)
@@ -630,6 +630,7 @@
 			       (list 'str (_ "Closing Entries"))
 			       (list 'cased #f)
 			       (list 'regexp #f)
+			       (list 'closing #t)
 			       )
 			      ))
 	 (adjusting-pattern (or (get-val env 'adjusting-pattern)

Modified: gnucash/trunk/src/report/standard-reports/trial-balance.scm
===================================================================
--- gnucash/trunk/src/report/standard-reports/trial-balance.scm	2013-12-10 23:15:40 UTC (rev 23537)
+++ gnucash/trunk/src/report/standard-reports/trial-balance.scm	2013-12-10 23:38:58 UTC (rev 23538)
@@ -717,7 +717,6 @@
 			    (list (list 'str adjusting-str)
 				  (list 'cased adjusting-cased)
 				  (list 'regexp adjusting-regexp)
-				  (list 'closing #t)
 				  )
 			    start-date-tp end-date-tp
 			    ))



More information about the gnucash-changes mailing list