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

Made 3 years ago.
pull/938/head
John Ralls 5 years ago
parent a6276708c0
commit 66eca8aab7

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

Loading…
Cancel
Save