X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=manufacturing%2Fmanage%2Fbom_edit.php;fp=manufacturing%2Fmanage%2Fbom_edit.php;h=9734dfa4d23c0af24f63d58493214569d8d5db9c;hb=7fd6f0b781ed41d099f352ebdc2bbc0ee46750c6;hp=1593ee28db29f7219653a867625298c2e572526d;hpb=00f8264ca5a879129ccf856c8f65f0c0efec6bb5;p=fa-stable.git diff --git a/manufacturing/manage/bom_edit.php b/manufacturing/manage/bom_edit.php index 1593ee28..9734dfa4 100644 --- a/manufacturing/manage/bom_edit.php +++ b/manufacturing/manage/bom_edit.php @@ -166,7 +166,9 @@ start_form(); start_form(false, true); start_table(TABLESTYLE_NOBORDER); -stock_manufactured_items_list_row(_("Select a manufacturable item:"), 'stock_id', null, false, true); +start_row(); +stock_manufactured_items_list_cells(_("Select a manufacturable item:"), 'stock_id', null, false, true); +end_row(); if (list_updated('stock_id')) $Ajax->activate('_page_body'); end_table(); @@ -206,7 +208,7 @@ start_form(); else { start_row(); - label_cell(_("Component:")); + label_cell(_("Component:"), "class='label'"); echo ""; echo stock_component_items_list('component', $selected_parent, null, false, true);