Partial (inventory related) include files cleanup.
[fa-stable.git] / manufacturing / manage / bom_edit.php
index aee79dd9b2c2de101d2efb3afa407bf5ed36c2d8..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."));
@@ -66,7 +64,7 @@ function display_bom_items($selected_parent)
 {
        $result = get_bom($selected_parent);
        div_start('bom');
-       start_table(TABLESTYLE, "width=60%");
+       start_table(TABLESTYLE, "width='60%'");
        $th = array(_("Code"), _("Description"), _("Location"),
                _("Work Centre"), _("Quantity"), _("Units"),'','');
        table_header($th);