mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
wrap xaccSplitGetLot()
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7038 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
43083bb2db
commit
611cc941d6
@ -467,6 +467,14 @@ gnc:split-get-corr-account-full-name in src/scm/report-utilities.scm")
|
|||||||
"Find the split on the other side of the transaction, and return the
|
"Find the split on the other side of the transaction, and return the
|
||||||
code of its account")
|
code of its account")
|
||||||
|
|
||||||
|
(gw:wrap-function
|
||||||
|
ws
|
||||||
|
'gnc:split-get-lot
|
||||||
|
'<gnc:Lot*>
|
||||||
|
"xaccSplitGetLot"
|
||||||
|
'((<gnc:Split*> s))
|
||||||
|
"Return the LOT of Split s.")
|
||||||
|
|
||||||
(gw:wrap-function
|
(gw:wrap-function
|
||||||
ws
|
ws
|
||||||
'gnc:transaction-get-guid
|
'gnc:transaction-get-guid
|
||||||
|
Loading…
Reference in New Issue
Block a user