Überprüfung auf Nullbuchung und Übersetzungen
[kivitendo-erp.git] / kopf.pl
1 #!/usr/bin/perl
2 #
3
4 BEGIN {
5   push(@INC, "modules");
6 }
7
8 use SL::LXDebug;
9 $lxdebug = LXDebug->new();
10
11 use SL::Form;
12 use SL::Locale;
13
14 eval { require "lx-erp.conf"; };
15
16 $form = new Form;
17
18 eval { require("$userspath/$form->{login}.conf"); };
19
20 $locale = new Locale "$myconfig{countrycode}", "kopf";
21
22 eval { require "bin/mozilla/kopf.pl"; };