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

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


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

Modified Files:
	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.8
diff -u -d -r1.7 -r1.8
--- svc_domain.cgi	15 May 2009 19:41:34 -0000	1.7
+++ svc_domain.cgi	17 Feb 2010 08:30:06 -0000	1.8
@@ -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