]> wagnertech.de Git - kivitendo-erp.git/blobdiff - kopf.pl
Umwandlung von Angebot nach Auftrag hat nach Fehler verursacht, da gleiches Modul
[kivitendo-erp.git] / kopf.pl
diff --git a/kopf.pl b/kopf.pl
index 001ac988a528e0f5e75a44103489c098888f5e76..bae3cdc7dd40449a5fe4b44222b254d0841ad290 100755 (executable)
--- a/kopf.pl
+++ b/kopf.pl
@@ -1,10 +1,15 @@
 #!/usr/bin/perl
 #
 
+BEGIN {
+  push(@INC, "modules");
+}
+
 use SL::LXDebug;
 $lxdebug = LXDebug->new();
 
 use SL::Form;
+use SL::Locale;
 
 eval { require "lx-erp.conf"; };