mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
decorate monetary list to access GncCommodity and GncNumeric
This commit is contained in:
@@ -374,3 +374,6 @@ methods_return_instance(Entry, entry_dict)
|
||||
Entry.decorate_functions(
|
||||
decorate_to_return_instance_instead_of_owner,
|
||||
'GetBillTo' )
|
||||
|
||||
from gnucash.gnucash_core import decorate_monetary_list_returning_function
|
||||
Entry.decorate_functions(decorate_monetary_list_returning_function, 'GetBalTaxValues')
|
||||
|
||||
Reference in New Issue
Block a user