[freeside-commits] branch FREESIDE_4_BRANCH updated. dbfc5216f8de1450f98e69f9513897b6ab66cfcb
Ivan Kohler
ivan at freeside.biz
Wed Aug 1 15:36:17 PDT 2018
The branch, FREESIDE_4_BRANCH has been updated
via dbfc5216f8de1450f98e69f9513897b6ab66cfcb (commit)
from 4fc6e2ac0f14cd9fc62cce24fbbc215cf814320b (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 dbfc5216f8de1450f98e69f9513897b6ab66cfcb
Author: Ivan Kohler <ivan at freeside.biz>
Date: Wed Aug 1 15:36:16 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