From e10864788e90c9103c4e479d95ed4e09b9685554 Mon Sep 17 00:00:00 2001 From: jeff Date: Thu, 5 Jun 2008 16:51:34 +0000 Subject: [PATCH] correct bogus porting --- conf/invoice_html | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/conf/invoice_html b/conf/invoice_html index fe149b5f3..60868400c 100644 --- a/conf/invoice_html +++ b/conf/invoice_html @@ -99,12 +99,11 @@ ''. 'Ref'. 'Description'. - <%= ( $unitprices - ? 'Unit Price'. - 'Quantity' - : '' - ) - %> + ( $unitprices + ? 'Unit Price'. + 'Quantity' + : '' + ). 'Amount'. ''; -- 2.11.0