Restore missing customer|vendor in printable invoice.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@21930 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Mike Evans 2012-02-03 13:16:23 +00:00
parent fc0bbaa449
commit ec79f4286c

View File

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