Rob Browning's XML I/O Code.

Bill Gribble's commodity and numerics code and new qif importer druid.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3065 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Dave Peticolas
2000-10-23 09:41:51 +00:00
parent dd68c0865f
commit e4e1453257
120 changed files with 21050 additions and 8288 deletions
+1 -1
View File
@@ -298,7 +298,7 @@ trans_numeric(const char *digit_str,
if (digit_str == NULL)
return NULL;
if (!xaccParseAmount (digit_str, TRUE, &value, rstr))
if (!DxaccParseAmount (digit_str, TRUE, &value, rstr))
return NULL;
pnum = g_new0(ParserNum, 1);