X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2Fpart_export%2Facct_sql.pm;h=e5e9d7e389cb67c3ab48defae834c11592aa3421;hp=0c0b4ac309daa2b6f19236b5d19740a22ed965cd;hb=25180d667effd00ae7c51ca8a51c806ece049547;hpb=ea3ce8d7f076e7fecff4be7ae63bc413adb0adf5 diff --git a/FS/FS/part_export/acct_sql.pm b/FS/FS/part_export/acct_sql.pm index 0c0b4ac30..e5e9d7e38 100644 --- a/FS/FS/part_export/acct_sql.pm +++ b/FS/FS/part_export/acct_sql.pm @@ -5,7 +5,7 @@ use strict; use vars qw( %info ); use FS::Record; #qw(qsearchs); -my $options = __PACKAGE__->sql_options; +my $options = { %{__PACKAGE__->sql_options} };#a new hashref so we don't pollute $options->{'crypt'} = { label => 'Password encryption', type=>'select', options=>[qw(crypt md5 sha1_base64)], default=>'crypt',