mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Update python/gnucash_business.py to reflect rename of gncOwnerApplyPayment.
Made 3 years ago.
This commit is contained in:
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…
Reference in New Issue
Block a user