Partial (inventory related) include files cleanup.
[fa-stable.git] / manufacturing / manage / bom_edit.php
index f9218caa34ea0fb9979ec31353f1dc8a35cf6517..aca1d7610ff1f31d6348faceb8815637d018c38b 100644 (file)
@@ -19,8 +19,6 @@ include_once($path_to_root . "/includes/date_functions.inc");
 include_once($path_to_root . "/includes/ui.inc");
 include_once($path_to_root . "/includes/data_checks.inc");
 
-include_once($path_to_root . "/includes/manufacturing.inc");
-
 check_db_has_bom_stock_items(_("There are no manufactured or kit items defined in the system."));
 
 check_db_has_workcentres(_("There are no work centres defined in the system. BOMs require at least one work centre be defined."));