X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Felements%2Ftr-select-agent_type.html;h=9ea943b516ed8c1010732809e23b65be8e80efff;hb=5700d83bcd475134cff8afb28307174c09116924;hp=400cb4ebb1ff0029838ede06a147138ec8fc5d60;hpb=6eefe7c0eb2fa41651fcc9f3d9c8259ceb77e13a;p=freeside.git diff --git a/httemplate/elements/tr-select-agent_type.html b/httemplate/elements/tr-select-agent_type.html index 400cb4ebb..9ea943b51 100644 --- a/httemplate/elements/tr-select-agent_type.html +++ b/httemplate/elements/tr-select-agent_type.html @@ -22,6 +22,6 @@ my %opt = @_; my $typenum = $opt{'curr_value'} || $opt{'value'}; -delete $opt{'agent_types'} if $opt{'agent_types'}; #? +my @agent_types = qsearch('agent_type', {});