[freeside-commits] freeside/FS/FS svc_Common.pm,1.48,1.49

Ivan,,, ivan at wavetail.420.am
Sun Dec 21 13:37:10 PST 2008


Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv8029/FS/FS

Modified Files:
	svc_Common.pm 
Log Message:
unique checking for svc_phone like svc_acct, closes: RT#4204 (also a few lines of the new per-agent config snuck in Conf.pm from RT#3989)

Index: svc_Common.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/svc_Common.pm,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -d -r1.48 -r1.49
--- svc_Common.pm	21 Dec 2008 21:33:28 -0000	1.48
+++ svc_Common.pm	21 Dec 2008 21:37:08 -0000	1.49
@@ -397,7 +397,7 @@
 
   #redundant, but so any duplicate fields are maniuplated as appropriate
   # (svc_phone.phonenum)
-  my $error = $new->check;
+  $error = $new->check;
   if ( $error ) {
     $dbh->rollback if $oldAutoCommit;
     return $error;



More information about the freeside-commits mailing list