r15757 - gnucash/trunk/src/business/business-core - Use gncOwnerGetOwnerFromLot.

Andreas Köhler andi5 at cvs.gnucash.org
Mon Mar 26 17:28:49 EDT 2007


Author: andi5
Date: 2007-03-26 17:28:48 -0400 (Mon, 26 Mar 2007)
New Revision: 15757
Trac: http://svn.gnucash.org/trac/changeset/15757

Modified:
   gnucash/trunk/src/business/business-core/business-core.scm
Log:
Use gncOwnerGetOwnerFromLot.


Modified: gnucash/trunk/src/business/business-core/business-core.scm
===================================================================
--- gnucash/trunk/src/business/business-core/business-core.scm	2007-03-26 03:02:55 UTC (rev 15756)
+++ gnucash/trunk/src/business/business-core/business-core.scm	2007-03-26 21:28:48 UTC (rev 15757)
@@ -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))



More information about the gnucash-changes mailing list