From 87285f945e082314ff8c25c2a90fcc4560a15708 Mon Sep 17 00:00:00 2001 From: Robert Fewell <14uBobIT@gmail.com> Date: Thu, 22 Apr 2021 13:48:25 +0100 Subject: [PATCH] Update gnucash_core.py with gnc-pricedb function name change --- bindings/python/gnucash_core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/python/gnucash_core.py b/bindings/python/gnucash_core.py index 50eb6c41a0..cd2d557297 100644 --- a/bindings/python/gnucash_core.py +++ b/bindings/python/gnucash_core.py @@ -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, }