summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2014-05-08 15:14:22 -0700
committerMark Wells <mark@freeside.biz>2014-05-08 15:14:22 -0700
commit3797296c49485eb48aea3cafe9d4a3323752ef34 (patch)
tree03f61efdce920f91d100dbb954b1a1314a2e36c5 /httemplate
parentaac2632d374375480440cde44f5e27392d0a83e5 (diff)
unbreak event editing, #28804
Diffstat (limited to 'httemplate')
-rw-r--r--httemplate/elements/tr-select-agent_type.html2
1 files changed, 1 insertions, 1 deletions
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', {});
</%init>