projects
/
freeside.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d0f886
)
refactor svc_acct and svc_broadband search into svc_Common, RT#21054
author
Ivan Kohler
<ivan@freeside.biz>
Wed, 27 Feb 2013 09:54:27 +0000
(
01:54
-0800)
committer
Ivan Kohler
<ivan@freeside.biz>
Wed, 27 Feb 2013 09:54:27 +0000
(
01:54
-0800)
FS/FS/svc_Tower_Mixin.pm
patch
|
blob
|
history
diff --git
a/FS/FS/svc_Tower_Mixin.pm
b/FS/FS/svc_Tower_Mixin.pm
index
8508053
..
3da07c1
100644
(file)
--- a/
FS/FS/svc_Tower_Mixin.pm
+++ b/
FS/FS/svc_Tower_Mixin.pm
@@
-30,7
+30,7
@@
sub tower_sector_sql {
my( $class, $params ) = @_;
return () unless keys %$params;
- my @where;
+ my @where
= ()
;
for my $field (qw(towernum sectornum)) {
my $value = $params->{$field} or next;
if ( ref $value and grep { $_ } @$value ) {