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

index ed7b0fa..3828eaa 100644 (file)
@@ -1521,7 +1521,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",