diff --git a/src/report/business-reports/invoice.scm b/src/report/business-reports/invoice.scm index f265961f09..fa9a1a32ed 100644 --- a/src/report/business-reports/invoice.scm +++ b/src/report/business-reports/invoice.scm @@ -668,6 +668,7 @@ (if (not (null? invoice)) (begin + (set! owner (gncInvoiceGetOwner invoice)) (let ((type (gncInvoiceGetType invoice))) (cond ((eqv? type GNC-INVOICE-CUST-INVOICE)