[freeside-commits] freeside/rt/lib/RT Tickets_Overlay.pm, 1.16, 1.17

Mark Wells mark at wavetail.420.am
Thu Feb 16 18:35:29 PST 2012


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

Modified Files:
	Tickets_Overlay.pm 
Log Message:
search tickets by customer advertising source, #16490

Index: Tickets_Overlay.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/rt/lib/RT/Tickets_Overlay.pm,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -w -d -r1.16 -r1.17
--- Tickets_Overlay.pm	23 Aug 2011 21:45:50 -0000	1.16
+++ Tickets_Overlay.pm	17 Feb 2012 02:35:27 -0000	1.17
@@ -148,6 +148,7 @@
     #freeside
     Agentnum         => [ 'FREESIDEFIELD', ],
     Classnum         => [ 'FREESIDEFIELD', ],
+    Refnum           => [ 'FREESIDEFIELD', ],
     Tagnum           => [ 'FREESIDEFIELD', 'cust_tag' ],
     WillResolve      => [ 'DATE'            => 'WillResolve', ], #loc_left_pair
 );
@@ -1824,6 +1825,9 @@
                elsif ( $subkey eq 'Agent' ) {
                    $field = "$custalias.agentnum";
                }
+               elsif ( $subkey eq 'Referral' ) {
+                   $field = "$custalias.refnum";
+               }
                else {
                    # no other cases exist yet, but for obviousness:
                    $field = $subkey;



More information about the freeside-commits mailing list