Update gnucash_core.py with gnc-pricedb function name change

pull/979/head
Robert Fewell 5 years ago
parent e535ba5411
commit 87285f945e

@ -506,7 +506,7 @@ GncPriceDB.add_methods_with_prefix('gnc_pricedb_')
PriceDB_dict = {
'lookup_latest' : GncPrice,
'lookup_nearest_in_time64' : GncPrice,
'lookup_latest_before_t64' : GncPrice,
'lookup_nearest_before_t64' : GncPrice,
'convert_balance_latest_price' : GncNumeric,
'convert_balance_nearest_price_t64' : GncNumeric,
}

Loading…
Cancel
Save