[freeside-commits] branch FREESIDE_3_BRANCH updated. 06c319d7acbb4d469c985a83965f340d7435da65

Ivan Kohler ivan at freeside.biz
Sun Jan 8 20:05:45 PST 2023


The branch, FREESIDE_3_BRANCH has been updated
       via  06c319d7acbb4d469c985a83965f340d7435da65 (commit)
      from  273cb61c012885fe3557404303ebcac3b85bfa3c (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 06c319d7acbb4d469c985a83965f340d7435da65
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Sun Jan 8 20:05:31 2023 -0800

    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' : ''

-----------------------------------------------------------------------

Summary of changes:
 httemplate/browse/deploy_zone.html | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)




More information about the freeside-commits mailing list