[freeside-commits] branch FREESIDE_3_BRANCH updated. 2e1d2ce44a7143929f09e714a17082c4093ba60a
Ivan
ivan at 420.am
Thu May 8 01:30:19 PDT 2014
The branch, FREESIDE_3_BRANCH has been updated
via 2e1d2ce44a7143929f09e714a17082c4093ba60a (commit)
from 13d6bd1395b5f006cab027d68723c7a8eab47a4f (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 2e1d2ce44a7143929f09e714a17082c4093ba60a
Author: Ivan Kohler <ivan at freeside.biz>
Date: Thu May 8 01:30:18 2014 -0700
fix selecting a customer format with address on broadband report, RT#28656
diff --git a/httemplate/search/svc_broadband.cgi b/httemplate/search/svc_broadband.cgi
index 8366d21..8561977 100755
--- a/httemplate/search/svc_broadband.cgi
+++ b/httemplate/search/svc_broadband.cgi
@@ -61,9 +61,8 @@ my $conf = new FS::Conf;
my %search_hash;
if ( $cgi->param('magic') eq 'unlinked' ) {
%search_hash = ( 'unlinked' => 1 );
-}
-else {
- foreach (qw(custnum agentnum svcpart)) {
+} else {
+ foreach (qw( custnum agentnum svcpart cust_fields )) {
$search_hash{$_} = $cgi->param($_) if $cgi->param($_);
}
foreach (qw(pkgpart routernum towernum sectornum)) {
-----------------------------------------------------------------------
Summary of changes:
httemplate/search/svc_broadband.cgi | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
More information about the freeside-commits
mailing list