[freeside-commits] freeside/FS/FS Schema.pm, 1.239.2.3, 1.239.2.4 Conf.pm, 1.397, 1.397.2.1
Ivan,,,
ivan at wavetail.420.am
Thu Nov 11 17:17:28 PST 2010
Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv15607/FS/FS
Modified Files:
Tag: FREESIDE_2_1_BRANCH
Schema.pm Conf.pm
Log Message:
agent username/password, RT#9608
Index: Schema.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Schema.pm,v
retrieving revision 1.239.2.3
retrieving revision 1.239.2.4
diff -u -w -d -r1.239.2.3 -r1.239.2.4
--- Schema.pm 8 Nov 2010 21:42:43 -0000 1.239.2.3
+++ Schema.pm 12 Nov 2010 01:17:24 -0000 1.239.2.4
@@ -352,8 +352,8 @@
'invoice_template', 'varchar', 'NULL', $char_d, '', '',
'agent_custnum', 'int', 'NULL', '', '', '',
'disabled', 'char', 'NULL', 1, '', '',
- 'username', 'varchar', 'NULL', $char_d, '', '', #deprecated
- '_password', 'varchar', 'NULL', $char_d, '', '', #deprecated
+ 'username', 'varchar', 'NULL', $char_d, '', '',
+ '_password', 'varchar', 'NULL', $char_d, '', '',
'freq', 'int', 'NULL', '', '', '', #deprecated (never used)
'prog', @perl_type, '', '', #deprecated (never used)
],
Index: Conf.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Conf.pm,v
retrieving revision 1.397
retrieving revision 1.397.2.1
diff -u -w -d -r1.397 -r1.397.2.1
--- Conf.pm 4 Nov 2010 17:38:35 -0000 1.397
+++ Conf.pm 12 Nov 2010 01:17:25 -0000 1.397.2.1
@@ -2287,6 +2287,13 @@
},
{
+ 'key' => 'selfservice-agent_login',
+ 'section' => 'self-service',
+ 'description' => 'Allow agent login via self-service.',
+ 'type' => 'checkbox',
+ },
+
+ {
'key' => 'card_refund-days',
'section' => 'billing',
'description' => 'After a payment, the number of days a refund link will be available for that payment. Defaults to 120.',
More information about the freeside-commits
mailing list