X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=scripts%2Fdbupgrade2_tool.pl;h=42d2cdb3884947519b1100d44037ffa8ff87fc4b;hb=154fc71cd5e85487146cbee709ebcd1083a6eb52;hp=850ef8d713b3efa7ad4575178c47ddd19be751ab;hpb=4fd8bdbfb46b8b63a7d05457959b98c4956d1dbd;p=kivitendo-erp.git 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; #######