From 691e990886ec62d387833fa74a860946682fcf26 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Sat, 18 Mar 2017 10:04:17 -0700 Subject: [PATCH] add "Ignore accounting records from this database" to broadband_sqlradius export, RT#75228 --- FS/FS/part_export/broadband_sqlradius.pm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/FS/FS/part_export/broadband_sqlradius.pm b/FS/FS/part_export/broadband_sqlradius.pm index 2d6681e74..bf95e234d 100644 --- a/FS/FS/part_export/broadband_sqlradius.pm +++ b/FS/FS/part_export/broadband_sqlradius.pm @@ -28,6 +28,10 @@ tie %options, 'Tie::IxHash', type => 'select', options => [qw( radusergroup usergroup )], }, + 'ignore_accounting' => { + type => 'checkbox', + label => 'Ignore accounting records from this database' + }, # session report doesn't currently know about this export anyway # 'hide_ip' => { # type => 'checkbox', -- 2.11.0