r15046 - gnucash/trunk/src - Fix three wrapper-related bugs found and patched by Mike Alexander

Chris Shoemaker chris at cvs.gnucash.org
Thu Oct 19 19:58:05 EDT 2006


Author: chris
Date: 2006-10-19 19:58:03 -0400 (Thu, 19 Oct 2006)
New Revision: 15046
Trac: http://svn.gnucash.org/trac/changeset/15046

Modified:
   gnucash/trunk/src/engine/engine-interface.scm
   gnucash/trunk/src/report/standard-reports/register.scm
   gnucash/trunk/src/report/standard-reports/transaction.scm
Log:
Fix three wrapper-related bugs found and patched by Mike Alexander 
<mta at umich.edu>.

1) Since the output of (xaccTransGetSplit ...) may now be '(), check for it
with (null? ...).

2) Fix the result of a sed mis-ordering:
s/gnc:query-get-splits/qof-query-run/g
s/gnc:query-get-splits-unique-trans/xaccQueryGetSplitsUniqueTrans/g

3) Fix the result of a sed typo:
s/gnc:split-corr-account-fullname/SPLIT-CORR-ACCT-FULLNAME/g
which should've been
s/gnc:split-corr-account-fullname/SPLIT-CORR-ACCT-NAME/g





More information about the gnucash-patches mailing list