[freeside-commits] freeside/FS/FS Schema.pm, 1.168.2.28, 1.168.2.29 svc_domain.pm, 1.56.2.6, 1.56.2.7
Ivan,,,
ivan at wavetail.420.am
Sun Apr 18 18:25:53 PDT 2010
Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv16696/FS/FS
Modified Files:
Tag: FREESIDE_1_9_BRANCH
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.168.2.28
retrieving revision 1.168.2.29
diff -u -w -d -r1.168.2.28 -r1.168.2.29
--- Schema.pm 30 Mar 2010 12:16:00 -0000 1.168.2.28
+++ Schema.pm 19 Apr 2010 01:25:51 -0000 1.168.2.29
@@ -1550,6 +1550,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.56.2.6
retrieving revision 1.56.2.7
diff -u -w -d -r1.56.2.6 -r1.56.2.7
--- svc_domain.pm 22 Feb 2010 09:15:20 -0000 1.56.2.6
+++ svc_domain.pm 19 Apr 2010 01:25:51 -0000 1.56.2.7
@@ -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