[freeside-commits] branch master updated. 31399723786cf0510e15b88ff7b8eaec3c909def

Ivan Kohler ivan at freeside.biz
Wed Aug 1 15:36:13 PDT 2018


The branch, master has been updated
       via  31399723786cf0510e15b88ff7b8eaec3c909def (commit)
      from  adbca1f8b7f96efe7915ecc8c101ad1cb8c5f6f2 (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 31399723786cf0510e15b88ff7b8eaec3c909def
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Wed Aug 1 15:36:12 2018 -0700

    add labels

diff --git a/FS/FS/svc_acct.pm b/FS/FS/svc_acct.pm
index de9199da4..7c35f013f 100644
--- a/FS/FS/svc_acct.pm
+++ b/FS/FS/svc_acct.pm
@@ -329,6 +329,15 @@ sub table_info {
                          disable_select => 1, #UI wonky, pry works otherwise
                        },
         'sectornum' => 'Tower sector',
+        'routernum' => 'Router/block',
+        'blocknum'  => {
+                         'label' => 'Address block',
+                         'type'  => 'select',
+                         'select_table' => 'addr_block',
+                          'select_key'   => 'blocknum',
+                         'select_label' => 'cidr',
+                         'disable_inventory' => 1,
+                       },
         'usergroup' => {
                          label => 'RADIUS groups',
                          type  => 'select-radius_group.html',

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

Summary of changes:
 FS/FS/svc_acct.pm | 9 +++++++++
 1 file changed, 9 insertions(+)




More information about the freeside-commits mailing list