[freeside-commits] freeside/FS/FS svc_acct.pm,1.235,1.236
Ivan,,,
ivan at wavetail.420.am
Sun Sep 23 11:32:30 PDT 2007
Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail:/tmp/cvs-serv10204/FS/FS
Modified Files:
svc_acct.pm
Log Message:
accounts w/time remaining search
Index: svc_acct.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/svc_acct.pm,v
retrieving revision 1.235
retrieving revision 1.236
diff -u -d -r1.235 -r1.236
--- svc_acct.pm 16 Aug 2007 18:22:53 -0000 1.235
+++ svc_acct.pm 23 Sep 2007 18:32:28 -0000 1.236
@@ -204,7 +204,7 @@
{
'name' => 'Account',
'longname_plural' => 'Access accounts and mailboxes',
- 'sorts' => [ 'username', 'uid', ],
+ 'sorts' => [ 'username', 'uid', 'seconds' ],
'display_weight' => 10,
'cancel_weight' => 50,
'fields' => {
@@ -270,6 +270,7 @@
disable_select => 1,
},
'seconds' => { label => 'Seconds',
+ label_sort => 'with Time Remaining',
type => 'text',
disable_inventory => 1,
disable_select => 1,
More information about the freeside-commits
mailing list