From: Janusz Dobrowolski Date: Thu, 6 Mar 2008 09:37:24 +0000 (+0000) Subject: Small table header fix X-Git-Tag: v2.4.2~19^2~2219 X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=941b8dccfaa9fdf44286100c056836979b9eef70;p=fa-stable.git Small table header fix --- 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;