X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Fshare%2Fhtml%2FWidgets%2FForm%2FSelect;h=d08cea9ea4cd35a71e7fb43abd5e08b20598d16a;hb=7322f2afedcc2f427e997d1535a503613a83f088;hp=438f9ccd71d694880442634b52c7ca2cf0d733ce;hpb=43a06151e47d2c59b833cbd8c26d97865ee850b6;p=freeside.git diff --git a/rt/share/html/Widgets/Form/Select b/rt/share/html/Widgets/Form/Select index 438f9ccd7..d08cea9ea 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-2016 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]; % }