summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2017-03-18 10:04:21 -0700
committerIvan Kohler <ivan@freeside.biz>2017-03-18 10:04:21 -0700
commit369f5d5e85647d615235dc63bb22284bd6acf59e (patch)
tree2764a67e9d640c0743153d15f1a9f8cc757f4c2b
parent56cca7cecebae066e066561ca2c086cfa82f40fe (diff)
add "Ignore accounting records from this database" to broadband_sqlradius export, RT#75228
-rw-r--r--FS/FS/part_export/broadband_sqlradius.pm4
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',