[freeside-commits] branch master updated. 922f9f7ee1ff081a4098d49449c63043d551897f
Ivan Kohler
ivan at freeside.biz
Wed Aug 1 14:07:51 PDT 2018
The branch, master has been updated
via 922f9f7ee1ff081a4098d49449c63043d551897f (commit)
from bb43c7254ddd543d50c230a36a86dd20771decaf (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 922f9f7ee1ff081a4098d49449c63043d551897f
Author: Ivan Kohler <ivan at freeside.biz>
Date: Wed Aug 1 14:07:50 2018 -0700
spacing
diff --git a/FS/FS/cust_main/Search.pm b/FS/FS/cust_main/Search.pm
index a0cf86f36..2460250a6 100644
--- a/FS/FS/cust_main/Search.pm
+++ b/FS/FS/cust_main/Search.pm
@@ -232,9 +232,9 @@ sub smart_search {
#doesn't throw a wrench in the works)
push @cust_main, qsearch( {
- 'table' => 'cust_main',
- 'hashref' => { %options },
- 'extra_sql' =>
+ 'table' => 'cust_main',
+ 'hashref' => { %options },
+ 'extra_sql' =>
( keys(%options) ? ' AND ' : ' WHERE ' ).
join(' AND ',
" LOWER(first) = ". dbh->quote(lc($first)),
@@ -242,7 +242,7 @@ sub smart_search {
" LOWER(company) = ". dbh->quote(lc($company)),
$agentnums_sql,
),
- } ),
+ } );
#contacts?
# probably not necessary for the "something a browser remembered" case
-----------------------------------------------------------------------
Summary of changes:
FS/FS/cust_main/Search.pm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
More information about the freeside-commits
mailing list