[freeside-commits] freeside/FS/FS Conf.pm,1.135,1.136
Ivan,,,
ivan at wavetail.420.am
Sun Oct 2 18:42:24 PDT 2005
Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail:/tmp/cvs-serv22870/FS/FS
Modified Files:
Conf.pm
Log Message:
update account view and edit: convert to proper templates, make sure usage information displays for any usage-capable export, add ability to edit uid/gid
Index: Conf.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Conf.pm,v
retrieving revision 1.135
retrieving revision 1.136
diff -u -d -r1.135 -r1.136
--- Conf.pm 21 Sep 2005 12:47:49 -0000 1.135
+++ Conf.pm 3 Oct 2005 01:42:22 -0000 1.136
@@ -668,7 +668,7 @@
{
'key' => 'invoice_send_receipts',
- 'section' => 'deprecated',q
+ 'section' => 'deprecated',
'description' => '<b>DEPRECATED</b>, this used to send an invoice copy on payments and credits. See the payment_receipt_email and XXXX instead.',
'type' => 'checkbox',
},
@@ -1569,6 +1569,21 @@
'type' => 'checkbox',
},
+ {
+ 'key' => 'svc_acct-edit_uid',
+ 'section' => 'shell',
+ 'description' => 'Allow UID editing.',
+ 'type' => 'checkbox',
+ },
+
+ {
+ 'key' => 'svc_acct-edit_gid',
+ 'section' => 'shell',
+ 'description' => 'Allow GID editing.',
+ 'type' => 'checkbox',
+ },
+
+
);
1;
More information about the freeside-commits
mailing list