Reorganized work order costing to make corect registration of costs in journal.
[fa-stable.git] / includes / session.inc
index 261f8914684262a22c3d842646dcd032c369770e..c761660b4e311a7cd48a884a0ef048bc95048f00 100644 (file)
@@ -228,6 +228,7 @@ $_SESSION['language']->set_language($_SESSION['language']->code);
 include_once($path_to_root . "/includes/access_levels.inc");
 include_once($path_to_root . "/version.php");
 include_once($path_to_root . "/includes/main.inc");
+include_once($path_to_root . "/includes/app_entries.inc");
 
 // Ajax communication object
 $Ajax = new Ajax();