[freeside-commits] freeside/FS/FS cust_bill.pm, 1.299.2.43, 1.299.2.44

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


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

Modified Files:
      Tag: FREESIDE_2_1_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.299.2.43
retrieving revision 1.299.2.44
diff -u -w -d -r1.299.2.43 -r1.299.2.44
--- cust_bill.pm	14 Jul 2011 22:22:08 -0000	1.299.2.43
+++ cust_bill.pm	27 Jul 2011 23:27:25 -0000	1.299.2.44
@@ -5082,6 +5082,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