RT#30825: Modernize Bulk payment importing
[freeside.git] / httemplate / elements / select-payby.html
index b2d5421..2018874 100644 (file)
@@ -3,7 +3,7 @@
         <% $onchange %>
 >
 
-% unless ( $opt{'multiple'} ) {
+% unless ( $opt{'multiple'} || $opt{'no_all'} ) {
     <OPTION VALUE="" <% '' eq $value ? 'SELECTED' : '' %> ><% mt('all') |h %> 
 % }