summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorivan <ivan>2007-09-23 20:21:09 +0000
committerivan <ivan>2007-09-23 20:21:09 +0000
commita85e908d0ee37e9552f92f77b67366b30a9cb4ba (patch)
treeb361b2d9e1d4008465c32f525030e90e37ddd58c /FS
parentb4a0bf7caf00ed1aaab2adb090697749e459fdcc (diff)
accounts w/time remaining search
Diffstat (limited to 'FS')
-rw-r--r--FS/FS/Conf.pm7
1 files changed, 7 insertions, 0 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm
index 9004f1f35..adf741350 100644
--- a/FS/FS/Conf.pm
+++ b/FS/FS/Conf.pm
@@ -2068,6 +2068,13 @@ httemplate/docs/config.html
'type' => 'checkbox',
},
+ {
+ 'key' => 'svc_acct-display_paid_time_remaining',
+ 'section' => '',
+ 'description' => 'Show paid time remaining in addition to time remaining.',
+ 'type' => 'checkbox',
+ },
+
);
1;