From cbbef4667255ebd902e330581c60a2280eb1d660 Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Thu, 8 May 2014 15:14:14 -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.20.1