From 3797296c49485eb48aea3cafe9d4a3323752ef34 Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Thu, 8 May 2014 15:14:22 -0700 Subject: [PATCH] unbreak event editing, #28804 --- httemplate/elements/tr-select-agent_type.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', {}); -- 2.11.0