X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=purchasing%2Fpo_entry_items.php;h=7e30f39ec65313f6b6a676008dad891a76c5ae56;hb=de3a75773afa86df1739d14f24399d6f7a46f809;hp=7a89b20bfa2ded3eac02c24a7edee325410c17c5;hpb=0ad7b92c6cf2e4e65ca0fa94ba31f30f7b292ba8;p=fa-stable.git diff --git a/purchasing/po_entry_items.php b/purchasing/po_entry_items.php index 7a89b20b..7e30f39e 100644 --- a/purchasing/po_entry_items.php +++ b/purchasing/po_entry_items.php @@ -3,12 +3,12 @@ $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_once($path_to_root . "/includes/session.inc"); -include($path_to_root . "/includes/data_checks.inc"); -include($path_to_root . "/includes/manufacturing.inc"); +//include($path_to_root . "/includes/data_checks.inc"); +//include($path_to_root . "/includes/manufacturing.inc"); include_once($path_to_root . "/purchasing/includes/purchasing_ui.inc");