[freeside-commits] branch master updated. 0e5eacb11e6745871c9521e2d5e72da44f65e0f2

Ivan ivan at 420.am
Wed Feb 27 01:54:32 PST 2013


The branch, master has been updated
       via  0e5eacb11e6745871c9521e2d5e72da44f65e0f2 (commit)
      from  1d0f88642d94e7bbc4861c7c08290967794883b3 (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 0e5eacb11e6745871c9521e2d5e72da44f65e0f2
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Wed Feb 27 01:54:27 2013 -0800

    refactor svc_acct and svc_broadband search into svc_Common, RT#21054

diff --git a/FS/FS/svc_Tower_Mixin.pm b/FS/FS/svc_Tower_Mixin.pm
index 8508053..3da07c1 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 ) {

-----------------------------------------------------------------------

Summary of changes:
 FS/FS/svc_Tower_Mixin.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)




More information about the freeside-commits mailing list