diff options
author | ivan <ivan> | 2010-03-12 21:29:04 +0000 |
---|---|---|
committer | ivan <ivan> | 2010-03-12 21:29:04 +0000 |
commit | f433b4f187e484e8c40bdcebbeb5a5d51b3ae38e (patch) | |
tree | 6597ace03fadaa451eaceca9c986e40ebfe6bcc8 /httemplate/edit/svc_phone.cgi | |
parent | 02348fb69ac302f117ca8b510b68871eff25d4c6 (diff) |
finishing e911/svc_phone location, RT#7047
Diffstat (limited to 'httemplate/edit/svc_phone.cgi')
-rw-r--r-- | httemplate/edit/svc_phone.cgi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/httemplate/edit/svc_phone.cgi b/httemplate/edit/svc_phone.cgi index 779708b4e..4715ec146 100644 --- a/httemplate/edit/svc_phone.cgi +++ b/httemplate/edit/svc_phone.cgi @@ -62,10 +62,13 @@ push @fields, { field => 'pbxsvc', my $cust_pkg = qsearchs('cust_pkg', {'pkgnum' => $pkgnum}); my $cust_main = $cust_pkg ? $cust_pkg->cust_main : ''; ( 'no_bold' => 1, + 'cust_pkg' => $cust_pkg, 'cust_main' => $cust_main, ); }, }, + { field => 'custnum', type=> 'hidden' }, #for new cust_locations ; + </%init> |