Update gnucash_core.py with gnc-pricedb function name change

This commit is contained in:
Robert Fewell
2021-04-22 13:48:25 +01:00
parent e535ba5411
commit 87285f945e

View File

@@ -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,
}