summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf')
-rw-r--r--conf/invoice_html11
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>';