From: Ivan Kohler Date: Mon, 9 Jan 2023 04:05:31 +0000 (-0800) Subject: disable shapefile DL in v3 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=06c319d7acbb4d469c985a83965f340d7435da65;p=freeside.git disable shapefile DL in v3 --- 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' : ''