mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
wrap xaccQueryGetLots()
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7035 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
b4e4b08957
commit
61ade522d6
@ -1717,6 +1717,14 @@ of having a parent transaction with which one is working...")
|
||||
'((<gnc:Query*> q) (<gnc:query-txn-match-t> rt))
|
||||
"Find transactions with splits matching the Query.")
|
||||
|
||||
(gw:wrap-function
|
||||
ws
|
||||
'gnc:query-get-lots
|
||||
'(gw:glist-of <gnc:Lot*> caller-owned)
|
||||
"xaccQueryGetLots"
|
||||
'((<gnc:Query*> q) (<gnc:query-txn-match-t> rt))
|
||||
"Find lots with splits matching the Query.")
|
||||
|
||||
(gw:wrap-function
|
||||
ws
|
||||
'gnc:query-add-account-match
|
||||
|
Loading…
Reference in New Issue
Block a user