mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Add missing return value specification of lookup_by_code() in python bindings.
Patch by Daniele Varrazzo. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19383 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
bc16634061
commit
1fcdfe70d2
@ -450,6 +450,7 @@ account_dict = {
|
|||||||
'get_parent' : Account,
|
'get_parent' : Account,
|
||||||
'get_root' : Account,
|
'get_root' : Account,
|
||||||
'nth_child' : Account,
|
'nth_child' : Account,
|
||||||
|
'lookup_by_code' : Account,
|
||||||
'lookup_by_name' : Account,
|
'lookup_by_name' : Account,
|
||||||
'lookup_by_full_name' : Account,
|
'lookup_by_full_name' : Account,
|
||||||
'FindTransByDesc' : Transaction,
|
'FindTransByDesc' : Transaction,
|
||||||
|
Loading…
Reference in New Issue
Block a user