[freeside-commits] branch FREESIDE_4_BRANCH updated. 45320da7b03e9dc899b77eadf8f7bf401522da48
Ivan Kohler
ivan at freeside.biz
Wed Aug 1 14:07:55 PDT 2018
The branch, FREESIDE_4_BRANCH has been updated
via 45320da7b03e9dc899b77eadf8f7bf401522da48 (commit)
from c28e2962451d5e2327705b934d92dbba7f93cc58 (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 45320da7b03e9dc899b77eadf8f7bf401522da48
Author: Ivan Kohler <ivan at freeside.biz>
Date: Wed Aug 1 14:07:53 2018 -0700
spacing
diff --git a/FS/FS/cust_main/Search.pm b/FS/FS/cust_main/Search.pm
index def180de1..c27bfba54 100644
--- a/FS/FS/cust_main/Search.pm
+++ b/FS/FS/cust_main/Search.pm
@@ -231,9 +231,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)),
@@ -241,7 +241,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