diff options
author | jeff <jeff> | 2008-06-05 16:51:34 +0000 |
---|---|---|
committer | jeff <jeff> | 2008-06-05 16:51:34 +0000 |
commit | e10864788e90c9103c4e479d95ed4e09b9685554 (patch) | |
tree | a93be4d0e1c2a14031c894d8d6514f0bb8de3564 /conf/invoice_html | |
parent | 49f83dbf16adda969da6eb5f7ff67de4521cc48f (diff) |
correct bogus porting
Diffstat (limited to 'conf/invoice_html')
-rw-r--r-- | conf/invoice_html | 11 |
1 files 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 @@ '<tr>'. '<th align="center">Ref</th>'. '<th align="left">Description</th>'. - <%= ( $unitprices - ? '<th align="left">Unit Price</th>'. - '<th align="left">Quantity</th>' - : '' - ) - %> + ( $unitprices + ? '<th align="left">Unit Price</th>'. + '<th align="left">Quantity</th>' + : '' + ). '<th align="right">Amount</th>'. '</tr>'; |