[freeside-commits] freeside/FS/FS cust_pkg.pm,1.139.2.1,1.139.2.2
Ivan,,,
ivan at wavetail.420.am
Tue Oct 27 23:15:11 PDT 2009
Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv22871/FS/FS
Modified Files:
Tag: FREESIDE_1_9_BRANCH
cust_pkg.pm
Log Message:
customer link to package reports for that customer, RT#6180
Index: cust_pkg.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/cust_pkg.pm,v
retrieving revision 1.139.2.1
retrieving revision 1.139.2.2
diff -u -d -r1.139.2.1 -r1.139.2.2
--- cust_pkg.pm 23 Oct 2009 01:41:31 -0000 1.139.2.1
+++ cust_pkg.pm 28 Oct 2009 06:15:08 -0000 1.139.2.2
@@ -2367,6 +2367,15 @@
}
##
+ # parse custnum
+ ##
+
+ if ( $params->{'custnum'} =~ /^(\d+)$/ and $1 ) {
+ push @where,
+ "cust_pkg.custnum = $1";
+ }
+
+ ##
# parse status
##
More information about the freeside-commits
mailing list