[freeside-commits] freeside/httemplate/edit/elements svc_Common.html, 1.8.2.4, 1.8.2.5

Ivan,,, ivan at wavetail.420.am
Sun Mar 7 23:03:02 PST 2010


Update of /home/cvs/cvsroot/freeside/httemplate/edit/elements
In directory wavetail.420.am:/tmp/cvs-serv12482/httemplate/edit/elements

Modified Files:
      Tag: FREESIDE_1_9_BRANCH
	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.8.2.4
retrieving revision 1.8.2.5
diff -u -w -d -r1.8.2.4 -r1.8.2.5
--- svc_Common.html	1 Mar 2010 22:18:12 -0000	1.8.2.4
+++ svc_Common.html	8 Mar 2010 07:03:00 -0000	1.8.2.5
@@ -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