[freeside-commits] freeside/FS/FS Schema.pm, 1.242, 1.243 Conf.pm, 1.397, 1.398
Ivan,,,
ivan at wavetail.420.am
Thu Nov 11 17:17:20 PST 2010
- Previous message: [freeside-commits] freeside/httemplate/search cust_bill_event.cgi, 1.18, 1.18.4.1 cust_bill.html, 1.37, 1.37.2.1 cust_bill_pay.html, 1.2, 1.2.4.1 cust_bill_pkg.cgi, 1.37, 1.37.2.1 cust_bill_pkg_discount.html, 1.2, 1.2.2.1 cust_credit_bill.html, 1.1, 1.1.10.1 cust_credit.html, 1.16, 1.16.2.1 cust_credit_refund.html, 1.1, 1.1.10.1 cust_event.html, 1.8, 1.8.4.1 cust_pkg_svc.html, 1.1, 1.1.2.1 cust_svc.html, 1.9, 1.9.2.1 pay_batch.cgi, 1.5, 1.5.4.1 queue.html, 1.7, 1.7.4.1 svc_domain.cgi, 1.24, 1.24.8.1 svc_external.cgi, 1.7, 1.7.6.1 svc_forward.cgi, 1.13, 1.13.8.1 svc_phone.cgi, 1.9, 1.9.4.1 svc_www.cgi, 1.11, 1.11.8.1
- Next message: [freeside-commits] freeside/httemplate/edit agent.cgi,1.22,1.23
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv15569/FS/FS
Modified Files:
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.242
retrieving revision 1.243
diff -u -w -d -r1.242 -r1.243
--- Schema.pm 8 Nov 2010 05:24:06 -0000 1.242
+++ Schema.pm 12 Nov 2010 01:17:17 -0000 1.243
@@ -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.398
diff -u -w -d -r1.397 -r1.398
--- Conf.pm 4 Nov 2010 17:38:35 -0000 1.397
+++ Conf.pm 12 Nov 2010 01:17:17 -0000 1.398
@@ -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.',
- Previous message: [freeside-commits] freeside/httemplate/search cust_bill_event.cgi, 1.18, 1.18.4.1 cust_bill.html, 1.37, 1.37.2.1 cust_bill_pay.html, 1.2, 1.2.4.1 cust_bill_pkg.cgi, 1.37, 1.37.2.1 cust_bill_pkg_discount.html, 1.2, 1.2.2.1 cust_credit_bill.html, 1.1, 1.1.10.1 cust_credit.html, 1.16, 1.16.2.1 cust_credit_refund.html, 1.1, 1.1.10.1 cust_event.html, 1.8, 1.8.4.1 cust_pkg_svc.html, 1.1, 1.1.2.1 cust_svc.html, 1.9, 1.9.2.1 pay_batch.cgi, 1.5, 1.5.4.1 queue.html, 1.7, 1.7.4.1 svc_domain.cgi, 1.24, 1.24.8.1 svc_external.cgi, 1.7, 1.7.6.1 svc_forward.cgi, 1.13, 1.13.8.1 svc_phone.cgi, 1.9, 1.9.4.1 svc_www.cgi, 1.11, 1.11.8.1
- Next message: [freeside-commits] freeside/httemplate/edit agent.cgi,1.22,1.23
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the freeside-commits
mailing list