diff options
Diffstat (limited to 'httemplate/elements/select-payby.html')
-rw-r--r-- | httemplate/elements/select-payby.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/elements/select-payby.html b/httemplate/elements/select-payby.html index b2d542190..2018874e7 100644 --- a/httemplate/elements/select-payby.html +++ b/httemplate/elements/select-payby.html @@ -3,7 +3,7 @@ <% $onchange %> > -% unless ( $opt{'multiple'} ) { +% unless ( $opt{'multiple'} || $opt{'no_all'} ) { <OPTION VALUE="" <% '' eq $value ? 'SELECTED' : '' %> ><% mt('all') |h %> % } |