X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/4fd8bdbfb46b8b63a7d05457959b98c4956d1dbd..d18a84dfd90b91c60093c77bbc5900408e0c5697:/scripts/dbupgrade2_tool.pl diff --git a/scripts/dbupgrade2_tool.pl b/scripts/dbupgrade2_tool.pl index 850ef8d71..42d2cdb38 100755 --- a/scripts/dbupgrade2_tool.pl +++ b/scripts/dbupgrade2_tool.pl @@ -5,6 +5,8 @@ BEGIN { print("This tool must be run from the Lx-Office ERP base directory.\n"); exit(1); } + + push(@INC, "modules"); } use DBI; @@ -16,6 +18,7 @@ use SL::LXDebug; $lxdebug = LXDebug->new(); use SL::Form; +use SL::Locale; use SL::DBUpgrade2; #######