Restore missing customer|vendor in printable invoice.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@21930 57a11ea4-9604-0410-9ed3-97b8803252fd
pull/1/head
Mike Evans 15 years ago
parent fc0bbaa449
commit ec79f4286c

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

Loading…
Cancel
Save