invoice_sections_with_taxes per-agent, RT#79636
[freeside.git] / httemplate / elements / select-otaker.html
index 2a689f3..6605665 100644 (file)
@@ -1,7 +1,7 @@
 <SELECT NAME="otaker">
 
 % unless ( $opt{'multiple'} || $opt{'disable_empty'} ) {
-  <OPTION VALUE="">all</OPTION>
+  <OPTION VALUE=""><% mt('all') |h %></OPTION>
 % }
 
 % foreach my $otaker ( @{ $opt{'otakers'} } ) {