rt# 78356 - fix v3 sector issue
authorChristopher Burger <burgerc@freeside.biz>
Tue, 29 Jan 2019 19:40:26 +0000 (14:40 -0500)
committerChristopher Burger <burgerc@freeside.biz>
Tue, 29 Jan 2019 19:40:26 +0000 (14:40 -0500)
FS/FS/part_export/saisei.pm

index 4397a26..56c6118 100644 (file)
@@ -344,7 +344,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};
   }