[freeside-commits] freeside/httemplate/edit/process svc_domain.cgi, 1.7, 1.7.2.1

Ivan,,, ivan at wavetail.420.am
Wed Feb 17 00:30:39 PST 2010


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

Modified Files:
      Tag: FREESIDE_1_9_BRANCH
	svc_domain.cgi 
Log Message:
communigate pro provisioning, RT#7083

Index: svc_domain.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/process/svc_domain.cgi,v
retrieving revision 1.7
retrieving revision 1.7.2.1
diff -u -d -r1.7 -r1.7.2.1
--- svc_domain.cgi	15 May 2009 19:41:34 -0000	1.7
+++ svc_domain.cgi	17 Feb 2010 08:30:37 -0000	1.7.2.1
@@ -24,10 +24,10 @@
 
 my $error = '';
 if ($cgi->param('svcnum')) {
-  $error="Can't modify a domain!";
+  $error  = $new->replace();
 } else {
-  $error=$new->insert;
-  $svcnum=$new->svcnum;
+  $error  = $new->insert;
+  $svcnum = $new->svcnum;
 }
 
 </%init>



More information about the freeside-commits mailing list