freeside/FS/FS svc_acct.pm,1.177,1.178
ivan
ivan at pouncequick.420.am
Thu May 19 02:49:50 PDT 2005
Update of /home/cvs/cvsroot/freeside/FS/FS
In directory pouncequick:/tmp/cvs-serv29728
Modified Files:
svc_acct.pm
Log Message:
oops, remove old-style duplicate check from replace, _check_duplicate was already below it
Index: svc_acct.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/svc_acct.pm,v
retrieving revision 1.177
retrieving revision 1.178
diff -u -d -r1.177 -r1.178
--- svc_acct.pm 25 Apr 2005 09:33:34 -0000 1.177
+++ svc_acct.pm 19 May 2005 09:49:46 -0000 1.178
@@ -463,11 +463,6 @@
return "can't modify system account" if $old->_check_system;
- return "Username in use"
- if $old->username ne $new->username &&
- qsearchs( 'svc_acct', { 'username' => $new->username,
- 'domsvc' => $new->domsvc,
- } );
{
#no warnings 'numeric'; #alas, a 5.006-ism
local($^W) = 0;
More information about the freeside-commits
mailing list