[freeside-commits] freeside/rt/lib/RT/URI freeside.pm,1.10,1.11

Mark Wells mark at wavetail.420.am
Thu Apr 7 17:27:02 PDT 2011


Update of /home/cvs/cvsroot/freeside/rt/lib/RT/URI
In directory wavetail.420.am:/tmp/cvs-serv18822/lib/RT/URI

Modified Files:
	freeside.pm 
Log Message:
display customer agent, class, tag in ticket search, #8784

Index: freeside.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/rt/lib/RT/URI/freeside.pm,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -w -d -r1.10 -r1.11
--- freeside.pm	22 Feb 2011 00:25:15 -0000	1.10
+++ freeside.pm	8 Apr 2011 00:27:00 -0000	1.11
@@ -299,6 +299,31 @@
   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



More information about the freeside-commits mailing list