[freeside-commits] branch master updated. 691e990886ec62d387833fa74a860946682fcf26

Ivan ivan at 420.am
Sat Mar 18 10:04:18 PDT 2017


The branch, master has been updated
       via  691e990886ec62d387833fa74a860946682fcf26 (commit)
      from  df88d5fc85f49b39e9a15d378109d0c76174c6dd (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 691e990886ec62d387833fa74a860946682fcf26
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Sat Mar 18 10:04:17 2017 -0700

    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 2d6681e..bf95e23 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',

-----------------------------------------------------------------------

Summary of changes:
 FS/FS/part_export/broadband_sqlradius.pm |    4 ++++
 1 file changed, 4 insertions(+)




More information about the freeside-commits mailing list