summaryrefslogtreecommitdiff
path: root/FS/FS/part_export.pm
diff options
context:
space:
mode:
authorivan <ivan>2004-02-07 08:24:03 +0000
committerivan <ivan>2004-02-07 08:24:03 +0000
commitaecf44ec9118946eebe551fc7144a1d0dcff8de5 (patch)
tree392f0f0a7362a21e672851689ea231f17b70a238 /FS/FS/part_export.pm
parentd5005d2e29391ef9f5498626ccec4281f6a850c3 (diff)
add ignore_accounting flag to sqlradius and sqlradius_withdomain exports
Diffstat (limited to 'FS/FS/part_export.pm')
-rw-r--r--FS/FS/part_export.pm8
1 files changed, 8 insertions, 0 deletions
diff --git a/FS/FS/part_export.pm b/FS/FS/part_export.pm
index a272137..16f91eb 100644
--- a/FS/FS/part_export.pm
+++ b/FS/FS/part_export.pm
@@ -698,12 +698,20 @@ tie my %sqlradius_options, 'Tie::IxHash',
'datasrc' => { label=>'DBI data source ' },
'username' => { label=>'Database username' },
'password' => { label=>'Database password' },
+ 'ignore_accounting' => {
+ type => 'checkbox',
+ label=>'Ignore accounting records from this database'
+ },
;
tie my %sqlradius_withdomain_options, 'Tie::IxHash',
'datasrc' => { label=>'DBI data source ' },
'username' => { label=>'Database username' },
'password' => { label=>'Database password' },
+ 'ignore_accounting' => {
+ type => 'checkbox',
+ label=>'Ignore accounting records from this database'
+ },
;
tie my %cyrus_options, 'Tie::IxHash',