diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2018-07-16 18:43:36 -0700 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2018-07-16 18:43:36 -0700 |
| commit | bdaaea08f99d60c05389e16fb3e49b38c862af1a (patch) | |
| tree | a2ff77334aeff15bee781fdddfced1afcf6e8da2 | |
| parent | 3a09582cbae17d3c1cfd0c9530b5ef6c2fe659a1 (diff) | |
whitespace, RT#79825
| -rwxr-xr-x | FS/FS/svc_broadband.pm | 12 |
1 files changed, 6 insertions, 6 deletions
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', |
