Improved javascript allocations
[fa-stable.git] / purchasing / po_entry_items.php
index 7a89b20bfa2ded3eac02c24a7edee325410c17c5..ea7ae862705e05db4854a95e04a389ecb88c6240 100644 (file)
@@ -3,12 +3,9 @@
 $page_security = 4;
 
 $path_to_root="..";
-include($path_to_root . "/purchasing/includes/po_class.inc");
+include_once($path_to_root . "/purchasing/includes/po_class.inc");
 
-include($path_to_root . "/includes/session.inc");
-
-include($path_to_root . "/includes/data_checks.inc");
-include($path_to_root . "/includes/manufacturing.inc");
+include_once($path_to_root . "/includes/session.inc");
 
 include_once($path_to_root . "/purchasing/includes/purchasing_ui.inc");