mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Remove Timespec from pricedb.
Includes removing the time64 specialized functions because the regular ones handle time64 now.
This commit is contained in:
@@ -375,10 +375,10 @@ class GncPriceDB(GnuCashCoreClass):
|
||||
GncPriceDB.add_methods_with_prefix('gnc_pricedb_')
|
||||
PriceDB_dict = {
|
||||
'lookup_latest' : GncPrice,
|
||||
'lookup_nearest_in_time' : GncPrice,
|
||||
'lookup_latest_before' : GncPrice,
|
||||
'lookup_nearest_in_time64' : GncPrice,
|
||||
'lookup_latest_before_t64' : GncPrice,
|
||||
'convert_balance_latest_price' : GncNumeric,
|
||||
'convert_balance_nearest_price' : GncNumeric,
|
||||
'convert_balance_nearest_price_t64' : GncNumeric,
|
||||
}
|
||||
methods_return_instance(GncPriceDB,PriceDB_dict)
|
||||
GncPriceDB.get_prices = method_function_returns_instance_list(
|
||||
|
||||
Reference in New Issue
Block a user