[freeside-commits] freeside/FS/FS svc_domain.pm,1.53,1.54

Richard Siddall rsiddall at wavetail.420.am
Fri May 15 12:41:35 PDT 2009


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

Modified Files:
	svc_domain.pm 
Log Message:
Simple domain registration at Tucows OpenSRS using an export based on Net::OpenSRS.
When a domain is added and the export runs, it will register the domain or
initiate a transfer.  You can also choose no action.
There's currently no provision for revoking domains or renewing
registrations.
Depending on the settings at OpenSRS, orders may look like they've succeeded
in Freeside but actually be queued pending input by the reseller at OpenSRS.
The part_export CGIs were modified to allow a multi-valued select to be used
to control which TLDs are enabled for registration.


Index: svc_domain.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/svc_domain.pm,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -d -r1.53 -r1.54
--- svc_domain.pm	15 Apr 2008 13:41:01 -0000	1.53
+++ svc_domain.pm	15 May 2009 19:41:33 -0000	1.54
@@ -388,7 +388,6 @@
     or $self->ut_numbern('setup_date')
     or $self->ut_numbern('renewal_interval')
     or $self->ut_numbern('expiration_date')
-    or $self->ut_textn('purpose')
     or $self->SUPER::check;
 
 }



More information about the freeside-commits mailing list