correct bogus porting
authorjeff <jeff>
Thu, 5 Jun 2008 16:51:34 +0000 (16:51 +0000)
committerjeff <jeff>
Thu, 5 Jun 2008 16:51:34 +0000 (16:51 +0000)
conf/invoice_html

index fe149b5..6086840 100644 (file)
           '<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>';