adding export to read mailbox status information, RT#15987
[freeside.git] / FS / FS / part_export / acct_sql_status.pm
index 5ad462e..bcc1e01 100644 (file)
@@ -5,11 +5,12 @@ use strict;
 use warnings;
 use vars qw( %info );
 
-my $options = __PACKAGE__->sql_options;
+my $options = { %{__PACKAGE__->sql_options} };#a new hashref so we don't pollute
 delete $options->{$_} for qw( table schema static primary_key );
 
 %info = (
   'svc'      => 'svc_acct',
+  'desc'     => 'Mailbox status information from SQL',
   'options'  => $options,
   'nodomain' => '',
   'notes'    => <<END