From: Ivan Kohler Date: Sat, 18 Mar 2017 17:04:21 +0000 (-0700) Subject: add "Ignore accounting records from this database" to broadband_sqlradius export... X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=369f5d5e85647d615235dc63bb22284bd6acf59e add "Ignore accounting records from this database" to broadband_sqlradius export, RT#75228 --- 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',