fix CDRs showing on typeset (but not printed) invoices w/squelch_cdr, RT#13561
[freeside.git] / httemplate / elements / error.html
1 % if ( $cgi->param('error') ) { 
2   <FONT SIZE="+1" COLOR="#ff0000">Error: <% $cgi->param('error') |h %></FONT>
3   <BR><BR>
4 % }