diff options
author | ivan <ivan> | 2010-03-08 07:03:00 +0000 |
---|---|---|
committer | ivan <ivan> | 2010-03-08 07:03:00 +0000 |
commit | 3402ff329fde97d6ac96723b5c2a4ed46ed2ce25 (patch) | |
tree | 772159409479b9638dc4ff818d109f829869840f /httemplate/edit/elements | |
parent | 5ed4ecff45b97c219c918fb3ee0d88c98ae2e19e (diff) |
domain names in netsapiens export (domain name association w/svc_phone), RT#5864
Diffstat (limited to 'httemplate/edit/elements')
-rw-r--r-- | httemplate/edit/elements/svc_Common.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/httemplate/edit/elements/svc_Common.html b/httemplate/edit/elements/svc_Common.html index 453d07f88..2e98a1b25 100644 --- a/httemplate/edit/elements/svc_Common.html +++ b/httemplate/edit/elements/svc_Common.html @@ -81,7 +81,10 @@ $f->{'disable_empty'} = $object->svcnum ? 1 : 0, } - if ( $f->{'type'} eq 'select-svc_pbx' ) { + if ( $f->{'type'} eq 'select-svc_pbx' + || $f->{'type'} eq 'select-svc-domain' + ) + { $f->{'include_opt_callback'} = sub { ( 'pkgnum' => $pkgnum, 'svcpart' => $svcpart, |