[freeside-commits] freeside/FS/FS Schema.pm, 1.205, 1.206 svc_domain.pm, 1.62, 1.63

Ivan,,, ivan at wavetail.420.am
Sun Apr 18 18:27:02 PDT 2010


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

Modified Files:
	Schema.pm svc_domain.pm 
Log Message:
communigate provisioning phase 2: add svc_domain.trailer -> communigate TrailerText, RT#7514

Index: Schema.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Schema.pm,v
retrieving revision 1.205
retrieving revision 1.206
diff -u -w -d -r1.205 -r1.206
--- Schema.pm	4 Apr 2010 23:47:23 -0000	1.205
+++ Schema.pm	19 Apr 2010 01:27:00 -0000	1.206
@@ -1715,6 +1715,7 @@
 	'expiration_date', @date_type, '', '',
         #communigate pro fields (quota = MaxAccountSize)
         'max_accounts',     'int', 'NULL',       '', '', '',
+        'trailer',         'text', 'NULL',       '', '', '',
         'cgp_aliases',  'varchar', 'NULL',      255, '', '',
         'cgp_accessmodes','varchar','NULL',     255, '', '', #DomainAccessModes
         'acct_def_password_selfchange','char', 'NULL',       1, '', '', 

Index: svc_domain.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/svc_domain.pm,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -w -d -r1.62 -r1.63
--- svc_domain.pm	22 Feb 2010 09:15:19 -0000	1.62
+++ svc_domain.pm	19 Apr 2010 01:27:00 -0000	1.63
@@ -419,6 +419,7 @@
   my $error = $self->ut_numbern('svcnum')
               || $self->ut_numbern('catchall')
               || $self->ut_numbern('max_accounts')
+              || $self->ut_anything('trailer') #well
               || $self->ut_textn('cgp_aliases') #well
               || $self->ut_enum('acct_def_password_selfchange', [ '', 'Y' ])
               || $self->ut_enum('acct_def_password_recover',    [ '', 'Y' ])



More information about the freeside-commits mailing list