diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2017-03-18 10:04:17 -0700 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2017-03-18 10:04:17 -0700 |
| commit | 691e990886ec62d387833fa74a860946682fcf26 (patch) | |
| tree | 55a5468681a63aec959a09b6def389e2b365c4e6 | |
| parent | df88d5fc85f49b39e9a15d378109d0c76174c6dd (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', |
