[freeside-commits] freeside/httemplate/edit/elements svc_Common.html, 1.12, 1.13
Ivan,,,
ivan at wavetail.420.am
Sun Mar 7 23:03:00 PST 2010
Update of /home/cvs/cvsroot/freeside/httemplate/edit/elements
In directory wavetail.420.am:/tmp/cvs-serv12478/httemplate/edit/elements
Modified Files:
svc_Common.html
Log Message:
domain names in netsapiens export (domain name association w/svc_phone), RT#5864
Index: svc_Common.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/elements/svc_Common.html,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -w -d -r1.12 -r1.13
--- svc_Common.html 1 Mar 2010 22:18:11 -0000 1.12
+++ svc_Common.html 8 Mar 2010 07:02:58 -0000 1.13
@@ -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,
More information about the freeside-commits
mailing list