diff options
| author | mark <mark> | 2012-01-31 01:40:43 +0000 |
|---|---|---|
| committer | mark <mark> | 2012-01-31 01:40:43 +0000 |
| commit | f3449e79e15835d20c871f9af8d00f13b9f08c85 (patch) | |
| tree | a734771f51dadeebe8397dbc861143a9708e2b45 | |
| parent | fea922a1920136546042dd3ccfac141d2a1c0fc4 (diff) | |
fix bad typo in retry_realtime, #13554
| -rw-r--r-- | FS/FS/cust_main/Billing.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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", |
