X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=manufacturing%2Fmanage%2Fbom_edit.php;h=2df314090a9420c65b3bbec3435b44799eadaa6b;hb=0ddbffd3121056b6cf10dbd715d72d10fffdf253;hp=a10606b147d308d07986cc58a84d3da948e7199b;hpb=d67d5295b9342c011697ce4df325197e29898588;p=fa-stable.git diff --git a/manufacturing/manage/bom_edit.php b/manufacturing/manage/bom_edit.php index a10606b1..2df31409 100644 --- a/manufacturing/manage/bom_edit.php +++ b/manufacturing/manage/bom_edit.php @@ -86,7 +86,7 @@ function display_bom_items($selected_parent) global $table_style; $result = get_bom($selected_parent); - +div_start('bom'); start_table("$table_style width=60%"); $th = array(_("Code"), _("Description"), _("Location"), _("Work Centre"), _("Quantity"), _("Units"),'',''); @@ -110,6 +110,7 @@ function display_bom_items($selected_parent) } //END WHILE LIST LOOP end_table(); +div_end(); } //-------------------------------------------------------------------------------------------------- @@ -204,6 +205,8 @@ echo ""; end_form(); +if (isset($_POST['_stock_id_update'])) + $Ajax->activate('bom'); //-------------------------------------------------------------------------------------------------- if (isset($_POST['stock_id']))