X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=manufacturing%2Fmanage%2Fbom_edit.php;h=673a54329efb710f0b3e7aeb97c50b548e1395a2;hb=f7ecb3bcb857eaedd049c6d0307c470fcf7d3f4d;hp=84f60733f7d2a1b4e84874414efeb8b516abc525;hpb=e33db854ddfc552d5c9107da2c0cbd8e178bcc11;p=fa-stable.git diff --git a/manufacturing/manage/bom_edit.php b/manufacturing/manage/bom_edit.php index 84f60733..673a5432 100644 --- a/manufacturing/manage/bom_edit.php +++ b/manufacturing/manage/bom_edit.php @@ -252,6 +252,7 @@ start_form(); $myrow = db_fetch($result); $_POST['loc_code'] = $myrow["loc_code"]; + $_POST['component'] = $myrow["component"]; // by Tom Moulton $_POST['workcentre_added'] = $myrow["workcentre_added"]; $_POST['quantity'] = number_format2($myrow["quantity"], get_qty_dec($myrow["component"])); label_row(_("Component:"), $myrow["component"] . " - " . $myrow["description"]);