Anpassung an check_right_number_format und check_right_date_format aus der common.js
[kivitendo-erp.git] / am.pl
diff --git a/am.pl b/am.pl
index 7e111f3..d5124e8 100755 (executable)
--- a/am.pl
+++ b/am.pl
 #
 #######################################################################
 
+BEGIN {
+  push(@INC, "modules");
+}
+
 # setup defaults, DO NOT CHANGE
 $userspath  = "users";
 $templates  = "templates";