[freeside-commits] branch FREESIDE_3_BRANCH updated. 369f5d5e85647d615235dc63bb22284bd6acf59e

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


The branch, FREESIDE_3_BRANCH has been updated
       via  369f5d5e85647d615235dc63bb22284bd6acf59e (commit)
      from  56cca7cecebae066e066561ca2c086cfa82f40fe (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 369f5d5e85647d615235dc63bb22284bd6acf59e
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Sat Mar 18 10:04:21 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