[freeside-commits] branch FREESIDE_4_BRANCH updated. 5c45bff8652bc3850625d3ba5db29e8dceb940da

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


The branch, FREESIDE_4_BRANCH has been updated
       via  5c45bff8652bc3850625d3ba5db29e8dceb940da (commit)
      from  6ebf6f3ea9fd56c4e928baf6006baccd1a1cb861 (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 5c45bff8652bc3850625d3ba5db29e8dceb940da
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Sat Mar 18 10:04:19 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