[freeside-commits] branch master updated. 35f915e2503e47d119c8c2d3d69c6f4c39b685a3

Ivan Kohler ivan at freeside.biz
Wed Sep 21 13:50:46 PDT 2022


The branch, master has been updated
       via  35f915e2503e47d119c8c2d3d69c6f4c39b685a3 (commit)
      from  16cfeae489ff1cf4b4fdd5f1ca34d2c4d313174a (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 35f915e2503e47d119c8c2d3d69c6f4c39b685a3
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Wed Sep 21 13:50:45 2022 -0700

    fix download links for mobile zones, RT#86794, RT#86460

diff --git a/httemplate/browse/deploy_zone.html b/httemplate/browse/deploy_zone.html
index 33724e59f..0533d6e0f 100644
--- a/httemplate/browse/deploy_zone.html
+++ b/httemplate/browse/deploy_zone.html
@@ -151,7 +151,7 @@
                        '(is_voice is not null, is_broadband is not null)',
                        '(adv_speed_down, adv_speed_up)',
                      ],
-  links           => [  $link_mobile, $link_mobile, '', '', '', '', '', '', $link_shp, $link_kmz, $link_json, ],
+  links           => [  $link_mobile, $link_mobile, '', '', '', '', '', $link_shp, $link_kmz, $link_json, ],
   align           => 'clllllr',
   nohtmlheader    => 1,
   disable_maxselect => 1,

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

Summary of changes:
 httemplate/browse/deploy_zone.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)




More information about the freeside-commits mailing list