From 941b8dccfaa9fdf44286100c056836979b9eef70 Mon Sep 17 00:00:00 2001 From: Janusz Dobrowolski Date: Thu, 6 Mar 2008 09:37:24 +0000 Subject: [PATCH] Small table header fix --- manufacturing/manage/bom_edit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manufacturing/manage/bom_edit.php b/manufacturing/manage/bom_edit.php index 0e0d5a9a..6e30c497 100644 --- a/manufacturing/manage/bom_edit.php +++ b/manufacturing/manage/bom_edit.php @@ -89,7 +89,7 @@ function display_bom_items($selected_parent) start_table("$table_style width=60%"); $th = array(_("Code"), _("Description"), _("Location"), - _("Work Centre"), _("Quantity"), _("Units")); + _("Work Centre"), _("Quantity"), _("Units"),'',''); table_header($th); $k = 0; -- 2.30.2