mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Use gncOwnerGetOwnerFromLot.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15757 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
498c193a63
commit
b86e5fa33c
@ -102,7 +102,7 @@
|
||||
(lot (xaccSplitGetLot split)))
|
||||
(if (not (null? lot))
|
||||
(let* ((invoice (gncInvoiceGetInvoiceFromLot lot))
|
||||
(owner? (gnc:owner-get-owner-from-lot
|
||||
(owner? (gncOwnerGetOwnerFromLot
|
||||
lot temp-owner)))
|
||||
(if (not (null? invoice))
|
||||
(set! owner (gncInvoiceGetOwner invoice))
|
||||
|
Loading…
Reference in New Issue
Block a user