mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
make GncNumeric.invert() return GncNumeric
This commit is contained in:
parent
567df27cc7
commit
6a015c8744
@ -845,7 +845,8 @@ gncnumeric_dict = {
|
||||
'add_fixed' : GncNumeric,
|
||||
'sub_fixed' : GncNumeric,
|
||||
'convert' : GncNumeric,
|
||||
'reduce' : GncNumeric
|
||||
'reduce' : GncNumeric,
|
||||
'invert' : GncNumeric
|
||||
}
|
||||
methods_return_instance(GncNumeric, gncnumeric_dict)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user