From: jeff Date: Thu, 5 Jun 2008 16:51:34 +0000 (+0000) Subject: correct bogus porting X-Git-Tag: root_of_webpay_support~589 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=e10864788e90c9103c4e479d95ed4e09b9685554 correct bogus porting --- 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'. '';