[freeside-commits] freeside/FS/FS cust_pkg.pm,1.140,1.141
Ivan,,,
ivan at wavetail.420.am
Tue Oct 27 23:13:26 PDT 2009
Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv22667/FS/FS
Modified Files:
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.140
retrieving revision 1.141
diff -u -d -r1.140 -r1.141
--- cust_pkg.pm 23 Oct 2009 01:41:28 -0000 1.140
+++ cust_pkg.pm 28 Oct 2009 06:13:24 -0000 1.141
@@ -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