[freeside-commits] freeside/rt/lib/RT Tickets_Overlay.pm, 1.15.2.1, 1.15.2.2
Mark Wells
mark at wavetail.420.am
Thu Feb 16 18:35:41 PST 2012
Update of /home/cvs/cvsroot/freeside/rt/lib/RT
In directory wavetail.420.am:/tmp/cvs-serv9259/rt/lib/RT
Modified Files:
Tag: FREESIDE_2_3_BRANCH
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.15.2.1
retrieving revision 1.15.2.2
diff -u -w -d -r1.15.2.1 -r1.15.2.2
--- Tickets_Overlay.pm 23 Aug 2011 21:46:34 -0000 1.15.2.1
+++ Tickets_Overlay.pm 17 Feb 2012 02:35:39 -0000 1.15.2.2
@@ -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