X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Fshare%2Fhtml%2FWidgets%2FForm%2FSelect;h=fd7a31ca954787b22f5f948240e7b7ac1851e0f2;hb=026dc7ad72ba972f230b6709e31fa64397d75ad4;hp=438f9ccd71d694880442634b52c7ca2cf0d733ce;hpb=85e677b86fc37c54e6de2b06340351a28f5a5916;p=freeside.git diff --git a/rt/share/html/Widgets/Form/Select b/rt/share/html/Widgets/Form/Select index 438f9ccd7..fd7a31ca9 100644 --- a/rt/share/html/Widgets/Form/Select +++ b/rt/share/html/Widgets/Form/Select @@ -2,7 +2,7 @@ %# %# COPYRIGHT: %# -%# This software is Copyright (c) 1996-2012 Best Practical Solutions, LLC +%# This software is Copyright (c) 1996-2015 Best Practical Solutions, LLC %# %# %# (Except where explicitly superseded by other copyright notices) @@ -80,11 +80,11 @@ $AlternativeLabel => loc('other...'), $Multiple => 0, -> % if ( $Default ) { % my $selected = ''; -% $selected = 'selected="selected"' unless @CurrentValue; +% $selected = 'selected="selected"' unless $CurrentValue[0]; % }