[freeside-commits] branch FREESIDE_4_BRANCH updated. dc493b1e0db4cb5594d471c413bfb8ad665829f7
Ivan
ivan at 420.am
Fri Jun 3 17:22:10 PDT 2016
The branch, FREESIDE_4_BRANCH has been updated
via dc493b1e0db4cb5594d471c413bfb8ad665829f7 (commit)
from fdd0c874e13cb424ed924f4a2bf87a706a598ee4 (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 dc493b1e0db4cb5594d471c413bfb8ad665829f7
Author: Ivan Kohler <ivan at freeside.biz>
Date: Fri Jun 3 17:22:08 2016 -0700
spacing nit
diff --git a/FS/FS/cust_main.pm b/FS/FS/cust_main.pm
index 11f770c..f12d63a 100644
--- a/FS/FS/cust_main.pm
+++ b/FS/FS/cust_main.pm
@@ -2223,7 +2223,9 @@ sub cust_payby {
'hashref' => { 'custnum' => $self->custnum },
'order_by' => "ORDER BY payby IN ('CARD','CHEK') DESC, weight ASC",
};
- $search->{'extra_sql'} = ' AND payby IN ( ' . join(',', map { dbh->quote($_) } @payby) . ' ) '
+ $search->{'extra_sql'} = ' AND payby IN ( '.
+ join(',', map dbh->quote($_), @payby).
+ ' ) '
if @payby;
qsearch($search);
-----------------------------------------------------------------------
Summary of changes:
FS/FS/cust_main.pm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
More information about the freeside-commits
mailing list