From 06c319d7acbb4d469c985a83965f340d7435da65 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Sun, 8 Jan 2023 20:05:31 -0800 Subject: [PATCH] disable shapefile DL in v3 --- httemplate/browse/deploy_zone.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/httemplate/browse/deploy_zone.html b/httemplate/browse/deploy_zone.html index 8b651c26c..2030c70d4 100644 --- a/httemplate/browse/deploy_zone.html +++ b/httemplate/browse/deploy_zone.html @@ -63,10 +63,10 @@ sub { my $self = shift; FS::deploy_zone_block->count('zonenum = '.$self->zonenum) }, - sub { my $self = shift; - FS::deploy_zone_vertex->count('zonenum = '.$self->zonenum) - ? 'download' : '' - }, + #sub { my $self = shift; + # FS::deploy_zone_vertex->count('zonenum = '.$self->zonenum) + # ? 'download' : '' + # }, sub { my $self = shift; FS::deploy_zone_vertex->count('zonenum = '.$self->zonenum) ? 'download' : '' @@ -131,10 +131,10 @@ sub { my $self = shift; FS::deploy_zone_vertex->count('zonenum = '.$self->zonenum) }, - sub { my $self = shift; - FS::deploy_zone_vertex->count('zonenum = '.$self->zonenum) - ? 'download' : '' - }, + #sub { my $self = shift; + # FS::deploy_zone_vertex->count('zonenum = '.$self->zonenum) + # ? 'download' : '' + # }, sub { my $self = shift; FS::deploy_zone_vertex->count('zonenum = '.$self->zonenum) ? 'download' : '' -- 2.20.1