From c1904c4c3a7fc043f5faf13512081f1338dbc025 Mon Sep 17 00:00:00 2001 From: Linas Vepstas Date: Sun, 20 Sep 1998 21:03:08 +0000 Subject: [PATCH] fix the behaviour that rob is complaining about git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1201 57a11ea4-9604-0410-9ed3-97b8803252fd --- src/engine/Transaction.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/engine/Transaction.c b/src/engine/Transaction.c index b39a5817c6..85a9932f64 100644 --- a/src/engine/Transaction.c +++ b/src/engine/Transaction.c @@ -53,7 +53,7 @@ * 2 -- splits without oparents will be forced into a * lost & found account. (Not implemented) */ -int force_double_entry = 1; +int force_double_entry = 0; /********************************************************************\ * Because I can't use C++ for this project, doesn't mean that I *