Cleanup: removed all closing tags in php files.
[fa-stable.git] / manufacturing / inquiry / bom_cost_inquiry.php
index 9b311a7df29aa8b609331d1b4e714aef708797eb..0a594aa123c0ba300e541d5c47a04cc72667f68b 100644 (file)
@@ -31,7 +31,7 @@ if (list_updated('stock_id'))
                $Ajax->activate('_page_body');
 
 start_form(false, true);
-start_table("class='tablestyle_noborder'");
+start_table(TABLESTYLE_NOBORDER);
 stock_manufactured_items_list_row(_("Select a manufacturable item:"), 'stock_id', null, false, true);
 end_table();
 br();
@@ -41,4 +41,3 @@ display_bom($_POST['stock_id']);
 end_form();
 
 end_page();
-?>