Fixed Zend OpCache related issues in extension modules installer.
[fa-stable.git] / inventory / inquiry / stock_status.php
index d0307d5a94cb4c35db859ec0f29f6ee912e269fe..f409307517172f8e9ca7cadbdd996f775a59715e 100644 (file)
@@ -20,10 +20,10 @@ if (isset($_GET['stock_id']))
 
 include_once($path_to_root . "/includes/date_functions.inc");
 include_once($path_to_root . "/includes/ui.inc");
-include_once($path_to_root . "/includes/manufacturing.inc");
 include_once($path_to_root . "/includes/data_checks.inc");
 
 include_once($path_to_root . "/inventory/includes/inventory_db.inc");
+include_once($path_to_root . "/includes/db/manufacturing_db.inc");
 
 if (list_updated('stock_id')) 
        $Ajax->activate('status_tbl');
@@ -119,4 +119,3 @@ div_end();
 end_form();
 end_page();
 
-?>