X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=manufacturing%2Fmanage%2Fbom_edit.php;h=35230ddb5ab0a70ccb489d1e7be0adbb0d1ee8a2;hb=50d1a68af70dfcadbb3896798e8211881457e3fa;hp=5d60f317848aac4fca39d6dca0ebc376a33e20ec;hpb=ab8f88b77c9a7e687e10b08d2fe04409a701d1ac;p=fa-stable.git diff --git a/manufacturing/manage/bom_edit.php b/manufacturing/manage/bom_edit.php index 5d60f317..35230ddb 100644 --- a/manufacturing/manage/bom_edit.php +++ b/manufacturing/manage/bom_edit.php @@ -143,7 +143,10 @@ start_row(); stock_manufactured_items_list_cells(_("Select a manufacturable item:"), 'stock_id', null, false, true); end_row(); if (list_updated('stock_id')) +{ + $selected_id = -1; $Ajax->activate('_page_body'); +} end_table(); br(); @@ -192,7 +195,7 @@ start_form(); echo ""; end_row(); } - hidden('stock_id', $selected_parent); +// hidden('stock_id', $selected_parent); locations_list_row(_("Location to Draw From:"), 'loc_code', null); workcenter_list_row(_("Work Centre Added:"), 'workcentre_added', null);