diff options
author | ivan <ivan> | 2011-12-19 01:59:15 +0000 |
---|---|---|
committer | ivan <ivan> | 2011-12-19 01:59:15 +0000 |
commit | fc2bc78541d1c8c0f1f0570b55e41ac032d03e65 (patch) | |
tree | 70f10e2022f66bbe55392d0164857d9141c5d66e /httemplate/edit/svc_acct.cgi | |
parent | 42ea39c6e35c370369fdcccb7c303c1812146355 (diff) |
tower for svc_acct, RT#15538
Diffstat (limited to 'httemplate/edit/svc_acct.cgi')
-rwxr-xr-x | httemplate/edit/svc_acct.cgi | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/httemplate/edit/svc_acct.cgi b/httemplate/edit/svc_acct.cgi index 52fbd37af..38567ef67 100755 --- a/httemplate/edit/svc_acct.cgi +++ b/httemplate/edit/svc_acct.cgi @@ -160,6 +160,19 @@ function randomPass() { <TD><% FS::svc_acct_pop::popselector($popnum) %></TD> </TR> % } + +%#tower (huh) +%if ( $conf->exists('svc_acct-tower_sector') +% && $part_svc->part_svc_column('sectornum')->columnflag ne 'F' ) { + <& /elements/tr-select-tower_sector.html, + 'curr_value' => $svc_acct->sectornum, + #'part_svc' => $part_svc, + #'cust_pkg' => $cust_pkg, + &> +%} else { + <INPUT TYPE="hidden" NAME="sectornum" VALUE="<% $svc_acct->sectornum %>"> +%} + % #uid/gid % foreach my $xid (qw( uid gid )) { % |