Update python/gnucash_business.py to reflect rename of gncOwnerApplyPayment.

Made 3 years ago.
This commit is contained in:
John Ralls 2021-03-14 09:58:12 -07:00
parent a6276708c0
commit 66eca8aab7

View File

@ -248,7 +248,7 @@ methods_return_instance_lists(
# Customer
Customer.add_constructor_and_methods_with_prefix('gncCustomer', 'Create')
Customer.add_method('gncOwnerApplyPayment', 'ApplyPayment')
Customer.add_method('gncOwnerApplyPaymentSecs', 'ApplyPayment')
customer_dict = {
'GetAddr' : Address,