[freeside-commits] freeside/FS/FS cust_bill.pm, 1.350.2.1, 1.350.2.2

Ivan,,, ivan at wavetail.420.am
Wed Jul 27 16:27:17 PDT 2011


Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv32362/FS/FS

Modified Files:
      Tag: FREESIDE_2_3_BRANCH
	cust_bill.pm 
Log Message:
add per-customer "Invoice reports" link, RT#13802

Index: cust_bill.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/cust_bill.pm,v
retrieving revision 1.350.2.1
retrieving revision 1.350.2.2
diff -u -w -d -r1.350.2.1 -r1.350.2.2
--- cust_bill.pm	26 Jul 2011 23:46:09 -0000	1.350.2.1
+++ cust_bill.pm	27 Jul 2011 23:27:14 -0000	1.350.2.2
@@ -5221,6 +5221,11 @@
     push @search, "cust_main.agentnum = $1";
   }
 
+  #agentnum
+  if ( $param->{'custnum'} =~ /^(\d+)$/ ) {
+    push @search, "cust_bill.custnum = $1";
+  }
+
   #_date
   if ( $param->{_date} ) {
     my($beginning, $ending) = @{$param->{_date}};



More information about the freeside-commits mailing list