mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
parent
c2f070dcb8
commit
2897cd4d0e
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user