RT# 78356 - fix sector issue
authorChristopher Burger <burgerc@freeside.biz>
Tue, 29 Jan 2019 22:11:50 +0000 (17:11 -0500)
committerChristopher Burger <burgerc@freeside.biz>
Tue, 29 Jan 2019 22:11:50 +0000 (17:11 -0500)
FS/FS/part_export/saisei.pm

index f409046..3ecef6e 100644 (file)
@@ -356,7 +356,7 @@ sub export_tower_sector {
       'sector_downrate_limit' => $tower_sector->{Hash}->{down_rate_limit},
       'modify_existing'       => '1', # modify an existing access point with this info
     };
-    my $sector_access_point = process_sector($self, $sector_opt);
+    my $sector_access_point = process_sector($self, $sector_opt) unless ($sector_name eq "_default");
       return $sector_access_point if $sector_access_point->{error};
   }