From 06b84123d7a9db0d4c4472c208bf2d96f080e0d4 Mon Sep 17 00:00:00 2001 From: mark Date: Fri, 8 Apr 2011 00:59:20 +0000 Subject: display customer agent, class, tag in ticket search, #8784 --- rt/lib/RT/URI/freeside.pm | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to 'rt/lib/RT/URI/freeside.pm') diff --git a/rt/lib/RT/URI/freeside.pm b/rt/lib/RT/URI/freeside.pm index 00a9ebb1c..33845dda6 100644 --- a/rt/lib/RT/URI/freeside.pm +++ b/rt/lib/RT/URI/freeside.pm @@ -299,6 +299,31 @@ if ($@ && die $@; }; +=item AgentName + +Return the name of the customer's agent. + +=cut + +sub AgentName { undef } + +=item CustomerClass + +Return the name of the customer's class. + +=cut + +sub CustomerClass { undef } + +=item CustomerTags + +Return the list of tags attached to the customer. Each tag is returned +as a hashref with keys "name", "desc", and "color". + +=cut + +sub CustomerTags { ( ) } + =back =cut -- cgit v1.2.1