X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/4eb7c2eb2fa9fd720af65e7f149a1794efad352f..85da554f9ca728db840c0122e2c3535953919c64:/SL/DB/Helpers/Mappings.pm diff --git a/SL/DB/Helpers/Mappings.pm b/SL/DB/Helpers/Mappings.pm index d4ee675e5..15ce697b5 100644 --- a/SL/DB/Helpers/Mappings.pm +++ b/SL/DB/Helpers/Mappings.pm @@ -14,7 +14,6 @@ my @lxoffice_blacklist_permanent = qw( # these are not managed _yet_, but will hopefully at some point. # if you are confident that one of these works, remove it here. my @lxoffice_blacklist_temp = qw( - schema_info ); my @lxoffice_blacklist = (@lxoffice_blacklist_permanent, @lxoffice_blacklist_temp); @@ -56,6 +55,7 @@ my %lxoffice_package_names = ( rma => 'RMA', sepa_export => 'sepa_export', sepa_export_items => 'sepa_export_item', + schema_info => 'schema_info', tax => 'tax', taxkeys => 'taxkey', units => 'unit',