[freeside-commits] branch master updated. 3c05bfbef7c1913ff2d66bf889e12640ac3ddd95
Ivan
ivan at 420.am
Thu May 8 01:30:18 PDT 2014
The branch, master has been updated
via 3c05bfbef7c1913ff2d66bf889e12640ac3ddd95 (commit)
from 6e0f3e5ce5de21104124afa048b2787e36ac0131 (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 3c05bfbef7c1913ff2d66bf889e12640ac3ddd95
Author: Ivan Kohler <ivan at freeside.biz>
Date: Thu May 8 01:30:17 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