r15035 - gnucash/trunk - Quote a list of account types to avoid a cash flow crash. Fixes #363068.

Andreas Köhler andi5 at cvs.gnucash.org
Wed Oct 18 06:15:59 EDT 2006


Author: andi5
Date: 2006-10-18 06:15:58 -0400 (Wed, 18 Oct 2006)
New Revision: 15035
Trac: http://svn.gnucash.org/trac/changeset/15035

Modified:
   gnucash/trunk/
   gnucash/trunk/src/report/standard-reports/cash-flow.scm
Log:
Quote a list of account types to avoid a cash flow crash. Fixes #363068.



Property changes on: gnucash/trunk
___________________________________________________________________
Name: svk:merge
   - 3889ce50-311e-0410-a464-f059747ec5d1:/local/gnucash/branches/swig-redo:802
3889ce50-311e-0410-a464-f059747ec5d1:/local/gnucash/trunk:815
d2ab10a8-8a95-4986-baff-8d511d9f15b2:/local/gnucash/trunk:13508
d2ab10a8-8a95-4986-baff-8d511d9f15b2:/local/gnucash/trunk2:13366
   + 3889ce50-311e-0410-a464-f059747ec5d1:/local/gnucash/branches/swig-redo:802
3889ce50-311e-0410-a464-f059747ec5d1:/local/gnucash/trunk:823
d2ab10a8-8a95-4986-baff-8d511d9f15b2:/local/gnucash/trunk:13508
d2ab10a8-8a95-4986-baff-8d511d9f15b2:/local/gnucash/trunk2:13366

Modified: gnucash/trunk/src/report/standard-reports/cash-flow.scm
===================================================================
--- gnucash/trunk/src/report/standard-reports/cash-flow.scm	2006-10-17 21:46:25 UTC (rev 15034)
+++ gnucash/trunk/src/report/standard-reports/cash-flow.scm	2006-10-18 10:15:58 UTC (rev 15035)
@@ -91,8 +91,8 @@
      optname-accounts "a" 2
      (lambda ()
        (gnc:filter-accountlist-type 
-        (ACCT-TYPE-BANK ACCT-TYPE-CASH ACCT-TYPE-ASSET
-                        ACCT-TYPE-STOCK ACCT-TYPE-MUTUAL)
+        (list ACCT-TYPE-BANK ACCT-TYPE-CASH ACCT-TYPE-ASSET
+              ACCT-TYPE-STOCK ACCT-TYPE-MUTUAL)
         (xaccGroupGetSubAccountsSorted (gnc-get-current-group))))
      #f)
     



More information about the gnucash-changes mailing list