[freeside-commits] branch FREESIDE_4_BRANCH updated. bdaaea08f99d60c05389e16fb3e49b38c862af1a
Ivan Kohler
ivan at freeside.biz
Mon Jul 16 18:43:37 PDT 2018
The branch, FREESIDE_4_BRANCH has been updated
via bdaaea08f99d60c05389e16fb3e49b38c862af1a (commit)
from 3a09582cbae17d3c1cfd0c9530b5ef6c2fe659a1 (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 bdaaea08f99d60c05389e16fb3e49b38c862af1a
Author: Ivan Kohler <ivan at freeside.biz>
Date: Mon Jul 16 18:43:36 2018 -0700
whitespace, RT#79825
diff --git a/FS/FS/svc_broadband.pm b/FS/FS/svc_broadband.pm
index 96028df9c..b2fc27260 100755
--- a/FS/FS/svc_broadband.pm
+++ b/FS/FS/svc_broadband.pm
@@ -110,12 +110,12 @@ sub table_info {
'speed_down' => 'Download speed (Kbps)',
'speed_up' => 'Upload speed (Kbps)',
'ip_addr' => 'IP address',
- 'blocknum' =>
- { 'label' => 'Address block',
- 'type' => 'select',
- 'select_table' => 'addr_block',
- 'select_key' => 'blocknum',
- 'select_label' => 'cidr',
+ 'blocknum' => {
+ 'label' => 'Address block',
+ 'type' => 'select',
+ 'select_table' => 'addr_block',
+ 'select_key' => 'blocknum',
+ 'select_label' => 'cidr',
'disable_inventory' => 1,
},
'plan_id' => 'Service Plan Id',
-----------------------------------------------------------------------
Summary of changes:
FS/FS/svc_broadband.pm | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
More information about the freeside-commits
mailing list