From 54faec55201ce99b37a1d499da4906cc0c461c7d Mon Sep 17 00:00:00 2001 From: Mike Evans Date: Sat, 31 Mar 2012 12:07:07 +0000 Subject: [PATCH] Bug 670008 - taxinvoice lacks flexibility necessary to produce legally valid Australian Tax Invoice Patches supplied by Dmitry Smirnov, many thanks. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@22126 57a11ea4-9604-0410-9ed3-97b8803252fd --- .../business-reports/taxinvoice.eguile.scm | 43 +++++++++---------- 1 file changed, 20 insertions(+), 23 deletions(-) diff --git a/src/report/business-reports/taxinvoice.eguile.scm b/src/report/business-reports/taxinvoice.eguile.scm index c0601f197d..73dc521a32 100644 --- a/src/report/business-reports/taxinvoice.eguile.scm +++ b/src/report/business-reports/taxinvoice.eguile.scm @@ -68,9 +68,7 @@ (payments? #f) ; have any payments been made on this invoice? (units? #f) ; does any row specify units? (qty? #f) ; does any row have qty <> 1? - (spancols_subtotal 1) ; for subtotal line - (spancols_payments 0) ; for payments line (between total and subtotal) - (spancols_total 1)) ; for total line + (tbl_cols 0)) ; number of columns for 'colspan' attributes ; load splits, if any (if (not (null? lot)) @@ -282,34 +280,29 @@ - + - + - + - + - + + - + - + @@ -375,10 +368,14 @@ - + - + @@ -393,7 +390,7 @@ - + - - + + - , + + ,