diff options
author | Mark Wells <mark@freeside.biz> | 2016-03-10 01:20:21 -0800 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2016-03-10 01:23:34 -0800 |
commit | 733afa09f60a32088277bf743ac29d9caa1c7c78 (patch) | |
tree | ae1ee6b8c1c997207f54aa01b5919bad0a526fef /httemplate/view | |
parent | 2829b0c807bd4093f49e5d76cc1c112a868afcb6 (diff) |
add svc_fiber circuit id field, OLT sites, and other improvements, #35260
Diffstat (limited to 'httemplate/view')
-rw-r--r-- | httemplate/view/svc_fiber.cgi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/httemplate/view/svc_fiber.cgi b/httemplate/view/svc_fiber.cgi index ce9c03dc7..80a833890 100644 --- a/httemplate/view/svc_fiber.cgi +++ b/httemplate/view/svc_fiber.cgi @@ -7,10 +7,11 @@ <%init> my @fields = ( + 'circuit_id', { field => 'oltnum', type => 'select-table', table => 'fiber_olt', - name_col => 'oltname', + name_col => 'description', }, 'shelf', 'card', |