diff options
author | Jonathan Prykop <jonathan@freeside.biz> | 2015-02-28 00:04:43 -0600 |
---|---|---|
committer | Jonathan Prykop <jonathan@freeside.biz> | 2015-02-28 00:04:43 -0600 |
commit | 1ac4a177bd93ad7a97a45aacb66aa0bc9c23726b (patch) | |
tree | eb1e8eb6f80e84ebfc3349cf714d76c82cfba24c /httemplate/elements/select-payby.html | |
parent | aec7743508bd9565dd076ec019dbb3d5b7cedd9c (diff) |
RT#30825: Modernize Bulk payment importing
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 %> % } |