diff options
-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>'; |