From f3449e79e15835d20c871f9af8d00f13b9f08c85 Mon Sep 17 00:00:00 2001 From: mark Date: Tue, 31 Jan 2012 01:40:43 +0000 Subject: [PATCH] fix bad typo in retry_realtime, #13554 --- FS/FS/cust_main/Billing.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FS/FS/cust_main/Billing.pm b/FS/FS/cust_main/Billing.pm index 4c77721db..e957582d6 100644 --- a/FS/FS/cust_main/Billing.pm +++ b/FS/FS/cust_main/Billing.pm @@ -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", -- 2.11.0