add "Ignore accounting records from this database" to broadband_sqlradius export...
authorIvan Kohler <ivan@freeside.biz>
Sat, 18 Mar 2017 17:04:21 +0000 (10:04 -0700)
committerIvan Kohler <ivan@freeside.biz>
Sat, 18 Mar 2017 17:04:21 +0000 (10:04 -0700)
FS/FS/part_export/broadband_sqlradius.pm

index 2d6681e..bf95e23 100644 (file)
@@ -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',