add dsl_device to track mac addresses, RT#13656
[freeside.git] / FS / FS / Conf.pm
index 7dcbf04..831b80f 100644 (file)
@@ -4488,6 +4488,13 @@ and customer address. Include units.',
     'description' => 'Enable DID activity summary on invoices, showing # DIDs activated/deactivated/ported-in/ported-out and total minutes usage, covering period since last invoice.',
     'type'        => 'checkbox',
   },
+
+  {
+    'key'         => 'svc_acct-usage_seconds',
+    'section'     => 'invoicing',
+    'description' => 'Enable calculation of RADIUS usage time for invoices.  You must modify your template to display this information.',
+    'type'        => 'checkbox',
+  },
   
   {
     'key'         => 'opensips_gwlist',
@@ -4563,7 +4570,7 @@ and customer address. Include units.',
   {
     'key'         => 'payment-history-report',
     'section'     => 'UI',
-    'description' => 'Show a link to the payment history report in the Reports menu. DO NOT ENABLE THIS.',
+    'description' => 'Show a link to the raw database payment history report in the Reports menu.  DO NOT ENABLE THIS for modern installations.',
     'type'        => 'checkbox',
   },