X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Felements%2Ftr-select-reason.html;h=a4e0c033ed6e906607183fc9d2e4d7499036448d;hb=ded6a5654efd56d2f271970c992133600e0223b1;hp=6f126d327aed27c5693ba8e3ea557d7f74338e64;hpb=2554b11e48a7ec4567bf89f9a48f7a83ec925eea;p=freeside.git diff --git a/httemplate/elements/tr-select-reason.html b/httemplate/elements/tr-select-reason.html index 6f126d327..a4e0c033e 100755 --- a/httemplate/elements/tr-select-reason.html +++ b/httemplate/elements/tr-select-reason.html @@ -220,7 +220,7 @@ my @reasons = qsearch({ my @pre_options = ( 0 => 'Select reason...' ); -@pre_options = @{ $opt{'pre_options'} if $opt{'pre_options'} }; +@pre_options = @{ $opt{'pre_options'} } if $opt{'pre_options'}; my @post_options; if ( $curuser->access_right($add_access_right) && !$hide_addnew ) {