mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Update gnucash_core.py with gnc-pricedb function name change
This commit is contained in:
@@ -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,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user