fix bad typo in retry_realtime, #13554
authormark <mark>
Tue, 31 Jan 2012 01:40:43 +0000 (01:40 +0000)
committermark <mark>
Tue, 31 Jan 2012 01:40:43 +0000 (01:40 +0000)
FS/FS/cust_main/Billing.pm

index 4c77721..e957582 100644 (file)
@@ -1512,7 +1512,7 @@ sub retry_realtime {
                                      ).
                           ' ) ';
 
-  my @cust_event = qsearchs({
+  my @cust_event = qsearch({
     'table'     => 'cust_event',
     'select'    => 'cust_event.*',
     'addl_from' => "LEFT JOIN part_event USING ( eventpart ) $join",