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