Restore missing customer|vendor in easy invoice.

This got broken in r21552

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@21931 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Geert Janssens 2012-02-03 13:49:15 +00:00
parent ec79f4286c
commit 54d2786216
2 changed files with 2 additions and 1 deletions

View File

@ -712,6 +712,7 @@
(if (not (null? invoice))
(begin
(set! owner (gncInvoiceGetOwner invoice))
(let ((type (gncInvoiceGetType invoice)))
(cond
((eqv? type GNC-INVOICE-CUST-INVOICE)

View File

@ -668,7 +668,7 @@
(if (not (null? invoice))
(begin
(set! owner (gncInvoiceGetOwner invoice))
(set! owner (gncInvoiceGetOwner invoice))
(let ((type (gncInvoiceGetType invoice)))
(cond
((eqv? type GNC-INVOICE-CUST-INVOICE)