Fix a typo in a function name that I didn't catch earlier

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7020 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Derek Atkins 2002-06-25 04:20:53 +00:00
parent 849f794800
commit 225fbb6934

View File

@ -130,7 +130,7 @@ invoice_dom_tree_create (GncInvoice *invoice)
xmlAddChild (ret, guid_to_dom_tree (invoice_posttxn_string,
xaccTransGetGUID (txn)));
lot = gncInvoiceGetPostedlot (invoice);
lot = gncInvoiceGetPostedLot (invoice);
if (lot)
xmlAddChild (ret, guid_to_dom_tree (invoice_postlot_string,
gnc_lot_get_guid (lot)));