freeside/FS/FS cust_main.pm,1.152,1.153

ivan ivan at pouncequick.420.am
Fri Apr 30 13:22:52 PDT 2004


Update of /home/cvs/cvsroot/freeside/FS/FS
In directory pouncequick:/tmp/cvs-serv32051

Modified Files:
	cust_main.pm 
Log Message:
eliminate spurious "multiple records in scalar search" warning

Index: cust_main.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/cust_main.pm,v
retrieving revision 1.152
retrieving revision 1.153
diff -u -d -r1.152 -r1.153
--- cust_main.pm	21 Apr 2004 01:49:55 -0000	1.152
+++ cust_main.pm	30 Apr 2004 20:22:49 -0000	1.153
@@ -1537,7 +1537,7 @@
              || $a->weight    <=> $b->weight
              || $a->eventpart <=> $b->eventpart }
         grep { $_->seconds <= ( $invoice_time - $cust_bill->_date )
-               && ! qsearchs( 'cust_bill_event', {
+               && ! qsearch( 'cust_bill_event', {
                                 'invnum'    => $cust_bill->invnum,
                                 'eventpart' => $_->eventpart,
                                 'status'    => 'done',




More information about the freeside-commits mailing list