wrap xaccSplitGetLot()

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7038 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Derek Atkins 2002-06-28 02:59:58 +00:00
parent 43083bb2db
commit 611cc941d6

View File

@ -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
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
ws
'gnc:transaction-get-guid