summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2023-01-08 20:05:31 -0800
committerIvan Kohler <ivan@freeside.biz>2023-01-08 20:05:31 -0800
commit06c319d7acbb4d469c985a83965f340d7435da65 (patch)
tree853929c677d81b2bdb681ea1fad1626f3e538200
parent273cb61c012885fe3557404303ebcac3b85bfa3c (diff)
disable shapefile DL in v3
-rw-r--r--httemplate/browse/deploy_zone.html16
1 files changed, 8 insertions, 8 deletions
diff --git a/httemplate/browse/deploy_zone.html b/httemplate/browse/deploy_zone.html
index 8b651c2..2030c70 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' : ''