add a formatted_value option
[freeside.git] / httemplate / elements / tr-fixed.html
index ac0dc8d..095e1bc 100644 (file)
@@ -1,6 +1,6 @@
 <% include('tr-td-label.html', @_ ) %>
 
-  <TD BGCOLOR="#dddddd" <% $style %>><% $opt{'value'} %></TD>
+  <TD BGCOLOR="#dddddd" <% $style %>><% $opt{'formatted_value'} || $opt{'curr_value'} || $opt{'value'} |h %></TD>
 
 </TR>