[freeside-commits] freeside/rt/lib/RT/URI freeside.pm, 1.9.4.1, 1.9.4.2
Mark Wells
mark at wavetail.420.am
Thu Apr 7 17:59:22 PDT 2011
Update of /home/cvs/cvsroot/freeside/rt/lib/RT/URI
In directory wavetail.420.am:/tmp/cvs-serv21652/lib/RT/URI
Modified Files:
Tag: FREESIDE_2_1_BRANCH
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.9.4.1
retrieving revision 1.9.4.2
diff -u -w -d -r1.9.4.1 -r1.9.4.2
--- freeside.pm 22 Feb 2011 00:17:08 -0000 1.9.4.1
+++ freeside.pm 8 Apr 2011 00:59:20 -0000 1.9.4.2
@@ -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