X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fsvc_Tower_Mixin.pm;h=3da07c1cd0d3e3b5d812bf902dabcbd859d0302c;hb=aa7d05879906fde83caf3989d288c4e42de6df86;hp=850805357808716a333c6cac91aa5d7bdb1e2c27;hpb=efa799391aeba085b65145428cab1cf1074d3f6d;p=freeside.git diff --git a/FS/FS/svc_Tower_Mixin.pm b/FS/FS/svc_Tower_Mixin.pm index 850805357..3da07c1cd 100644 --- 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 ) {