[freeside-commits] freeside/FS/FS cust_bill.pm,1.351,1.352

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


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

Modified Files:
	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.351
retrieving revision 1.352
diff -u -w -d -r1.351 -r1.352
--- cust_bill.pm	26 Jul 2011 23:46:06 -0000	1.351
+++ cust_bill.pm	27 Jul 2011 23:26:57 -0000	1.352
@@ -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