diff --git a/src/report/business-reports/taxinvoice.eguile.scm b/src/report/business-reports/taxinvoice.eguile.scm
index c45cb8717c..c0601f197d 100644
--- a/src/report/business-reports/taxinvoice.eguile.scm
+++ b/src/report/business-reports/taxinvoice.eguile.scm
@@ -70,7 +70,7 @@
(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 0)) ; for total line
+ (spancols_total 1)) ; for total line
; load splits, if any
(if (not (null? lot))
@@ -300,7 +300,7 @@
|
|
-
|
@@ -308,7 +308,7 @@
|
|
-
|
diff --git a/src/report/business-reports/taxinvoice.scm b/src/report/business-reports/taxinvoice.scm
index 1369cf1399..937a65445e 100644
--- a/src/report/business-reports/taxinvoice.scm
+++ b/src/report/business-reports/taxinvoice.scm
@@ -102,7 +102,7 @@
(define optname-jobname-text (N_ "Job Number text"))
(define optname-jobnumber-text (N_ "Job Name text"))
(define optname-jobname-show (N_ "Show Job name"))
-(define optname-jobnumber-show (N_ "Sjow Job number"))
+(define optname-jobnumber-show (N_ "Show Job number"))
(define optname-invnum-next-to-title (N_ "Invoice number next to title"))
(define optname-border-collapse (N_ "table-border-collapse"))
(define optname-border-color-th (N_ "table-header-border-color"))