" . _("Item:") . " "; stock_bom_items_list('stock_id', $_POST['stock_id'], false, true); echo "
"; if ($_POST['stock_id'] != "") { echo "
" . _("All Costs Are In:") . " " . get_company_currency() . "

"; display_bom($_POST['stock_id']); } else { //no item entered echo "

" ._("Enter an item code above, to view the costed bill of material for.") . "

"; } end_form(); end_page(); ?>