From bc37eb128d35f1f458e78efa88c5c002e9de5490 Mon Sep 17 00:00:00 2001 From: Christopher Burger Date: Tue, 29 Jan 2019 17:11:50 -0500 Subject: [PATCH] RT# 78356 - fix sector issue --- FS/FS/part_export/saisei.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FS/FS/part_export/saisei.pm b/FS/FS/part_export/saisei.pm index f409046a5..3ecef6e59 100644 --- a/FS/FS/part_export/saisei.pm +++ b/FS/FS/part_export/saisei.pm @@ -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}; } -- 2.20.1