[Gnucash-changes] bug fix, book getter should have been returning book

Linas Vepstas linas at cvs.gnucash.org
Sun May 23 12:52:56 EDT 2004


Log Message:
-----------
bug fix, book getter should have been returning book

Modified Files:
--------------
    gnucash/src/engine:
        Account.c

Revision Data
-------------
Index: Account.c
===================================================================
RCS file: /home/cvs/cvsroot/gnucash/src/engine/Account.c,v
retrieving revision 1.270
retrieving revision 1.271
diff -Lsrc/engine/Account.c -Lsrc/engine/Account.c -u -r1.270 -r1.271
--- src/engine/Account.c
+++ src/engine/Account.c
@@ -2857,7 +2857,7 @@
     { ACCOUNT_RECONCILED_, QOF_TYPE_NUMERIC, (QofAccessFunc)xaccAccountGetReconciledBalance, NULL },
     { ACCOUNT_FUTURE_MINIMUM_, QOF_TYPE_NUMERIC, (QofAccessFunc)xaccAccountGetProjectedMinimumBalance, NULL },
     { ACCOUNT_TAX_RELATED, QOF_TYPE_BOOLEAN, (QofAccessFunc)xaccAccountGetTaxRelated, NULL },
-    { QOF_QUERY_PARAM_BOOK, QOF_ID_BOOK, (QofAccessFunc)qof_instance_get_guid, NULL },
+    { QOF_QUERY_PARAM_BOOK, QOF_ID_BOOK, (QofAccessFunc)qof_instance_get_book, NULL },
     { QOF_QUERY_PARAM_GUID, QOF_TYPE_GUID, (QofAccessFunc)qof_instance_get_guid, NULL },
     { ACCOUNT_KVP, QOF_TYPE_KVP, (QofAccessFunc)qof_instance_get_slots, NULL },
     { NULL },


More information about the gnucash-changes mailing list