X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2Fsvc_acct.pm;h=f5d3a228e4c24f77c25a4e824c4a6dad3a649ef4;hp=59068549f08fd1220b5615fcca9a5511061450b6;hb=4ddf9e2e9a5552306c3d95cb85a44586367f58c4;hpb=312d84036ac0b5f77d78db81d048cbefc4ac0b13 diff --git a/FS/FS/svc_acct.pm b/FS/FS/svc_acct.pm index 59068549f..f5d3a228e 100644 --- a/FS/FS/svc_acct.pm +++ b/FS/FS/svc_acct.pm @@ -204,7 +204,7 @@ sub table_info { { '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 @@ sub table_info { disable_select => 1, }, 'seconds' => { label => 'Seconds', + label_sort => 'with Time Remaining', type => 'text', disable_inventory => 1, disable_select => 1,