diff options
author | Ivan Kohler <ivan@freeside.biz> | 2017-03-18 10:04:19 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2017-03-18 10:04:19 -0700 |
commit | 5c45bff8652bc3850625d3ba5db29e8dceb940da (patch) | |
tree | 4568041a939d15c021c8cae6dec75b6bf6790acd | |
parent | 6ebf6f3ea9fd56c4e928baf6006baccd1a1cb861 (diff) |
add "Ignore accounting records from this database" to broadband_sqlradius export, RT#75228
-rw-r--r-- | FS/FS/part_export/broadband_sqlradius.pm | 4 |
1 files changed, 4 insertions, 0 deletions
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', |