r20206 - gnucash/trunk/src/backend/sql - Bug #640061 - Invoice items are not saved, patch by Christoph

Geert Janssens gjanssens at code.gnucash.org
Sun Jan 30 13:33:53 EST 2011


Author: gjanssens
Date: 2011-01-30 13:33:53 -0500 (Sun, 30 Jan 2011)
New Revision: 20206
Trac: http://svn.gnucash.org/trac/changeset/20206

Modified:
   gnucash/trunk/src/backend/sql/gnc-backend-sql.c
Log:
Bug #640061 - Invoice items are not saved, patch by Christoph
Holterman

Modified: gnucash/trunk/src/backend/sql/gnc-backend-sql.c
===================================================================
--- gnucash/trunk/src/backend/sql/gnc-backend-sql.c	2011-01-30 10:25:07 UTC (rev 20205)
+++ gnucash/trunk/src/backend/sql/gnc-backend-sql.c	2011-01-30 18:33:53 UTC (rev 20206)
@@ -44,6 +44,7 @@
 #include "Recurrence.h"
 #include "gncBillTerm.h"
 #include "gncTaxTable.h"
+#include "gncInvoice.h"
 
 #include "gnc-gconf-utils.h"
 
@@ -1083,7 +1084,7 @@
 /* ================================================================= */
 /* Order in which business objects need to be loaded */
 static const gchar* business_fixed_load_order[] =
-{ GNC_ID_BILLTERM, GNC_ID_TAXTABLE, NULL };
+{ GNC_ID_BILLTERM, GNC_ID_TAXTABLE, GNC_ID_INVOICE, NULL };
 
 static void
 business_core_sql_init(void)



More information about the gnucash-changes mailing list