adding export to read mailbox status information, RT#15987
[freeside.git] / FS / FS / part_export / acct_sql_status.pm
index 5be619e..bcc1e01 100644 (file)
@@ -1,15 +1,16 @@
-package FS::part_export_acct_sql_status;
+package FS::part_export::acct_sql_status;
 use base qw( FS::part_export::sql_Common );
 
 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