X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Felements%2Ftr-select-agent_type.html;fp=httemplate%2Felements%2Ftr-select-agent_type.html;h=9ea943b516ed8c1010732809e23b65be8e80efff;hp=400cb4ebb1ff0029838ede06a147138ec8fc5d60;hb=3797296c49485eb48aea3cafe9d4a3323752ef34;hpb=aac2632d374375480440cde44f5e27392d0a83e5 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', {});