Bug #640061 - Invoice items are not saved, patch by Christoph

Holterman

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20206 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Geert Janssens 2011-01-30 18:33:53 +00:00
parent c2f070dcb8
commit 2897cd4d0e

View File

@ -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 @@ gnc_sql_run_query( QofBackend* pBEnd, gpointer pQuery )
/* ================================================================= */
/* 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)