[freeside-commits] freeside/conf invoice_html,1.13,1.14
Jeff Finucane,420,,
jeff at wavetail.420.am
Thu Jun 5 09:51:37 PDT 2008
Update of /home/cvs/cvsroot/freeside/conf
In directory wavetail.420.am:/tmp/cvs-serv17971
Modified Files:
invoice_html
Log Message:
correct bogus porting
Index: invoice_html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/conf/invoice_html,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- invoice_html 4 Jun 2008 18:40:54 -0000 1.13
+++ invoice_html 5 Jun 2008 16:51:34 -0000 1.14
@@ -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>';
More information about the freeside-commits
mailing list