r21930 - gnucash/trunk/src/report/business-reports - Restore missing customer|vendor in printable invoice.

Geert Janssens janssens-geert at telenet.be
Fri Feb 3 08:50:33 EST 2012


Op vrijdag 3 februari 2012 08:16:23 schreef Mike Evans:
> Author: mikee
> Date: 2012-02-03 08:16:23 -0500 (Fri, 03 Feb 2012)
> New Revision: 21930
> Trac: http://svn.gnucash.org/trac/changeset/21930
> 
> Modified:
>    gnucash/trunk/src/report/business-reports/invoice.scm
> Log:
> Restore missing customer|vendor in printable invoice.
> 
> Modified: gnucash/trunk/src/report/business-reports/invoice.scm
> ===================================================================
> --- gnucash/trunk/src/report/business-reports/invoice.scm	2012-02-03
> 11:13:53 UTC (rev 21929) +++
> gnucash/trunk/src/report/business-reports/invoice.scm	2012-02-03 13:16:23
> UTC (rev 21930) @@ -668,6 +668,7 @@
> 
>      (if (not (null? invoice))
>  	(begin
> +  (set! owner (gncInvoiceGetOwner invoice))
>  	  (let ((type (gncInvoiceGetType invoice)))
>  	    (cond
>  	      ((eqv? type GNC-INVOICE-CUST-INVOICE)
> 
Ah, that line seems to have gone lost in my commit 21575. Thanks for spotting 
it. I have additionally committed a fix for the easy invoice, which I broke 
similarly in r21551.

Geert


More information about the gnucash-devel mailing list