From a7a669aa8b959519fe5fa088c7efe05eadbcc845 Mon Sep 17 00:00:00 2001 From: Christopher Burger Date: Tue, 29 Jan 2019 14:40:26 -0500 Subject: [PATCH] rt# 78356 - fix v3 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 4397a266e..56c61187b 100644 --- a/FS/FS/part_export/saisei.pm +++ b/FS/FS/part_export/saisei.pm @@ -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}; } -- 2.11.0