X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=inventory%2Fprices.php;h=280595150545e89901ae47333cb6a3267fe9b5cb;hb=34c15f2f88c2b4d8a18ca40f76df3b9748e463e1;hp=a8c641bd0a85b6336af116f97895703c6a6b658a;hpb=e43afae15592be88fe3fda57db92068d5d85b8ab;p=fa-stable.git diff --git a/inventory/prices.php b/inventory/prices.php index a8c641bd..28059515 100644 --- a/inventory/prices.php +++ b/inventory/prices.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $page_security = 2; $path_to_root=".."; @@ -48,7 +48,7 @@ if (!isset($_POST['curr_abrev'])) //--------------------------------------------------------------------------------------------------- -start_form(false, true); +start_form(); if (!isset($_POST['stock_id'])) $_POST['stock_id'] = get_global_stock_item(); @@ -152,7 +152,7 @@ while ($myrow = db_fetch($prices_list)) end_table(); if (db_num_rows($prices_list) == 0) { - display_note(_("There are no prices set up for this part.")); + display_note(_("There are no prices set up for this part."), 1); } div_end(); //------------------------------------------------------------------------------------------------ @@ -184,7 +184,7 @@ small_amount_row(_("Price:"), 'price', null, '', _('per') .' '.$kit["units"]); end_table(1); -submit_add_or_update_center($selected_id == -1, '', true); +submit_add_or_update_center($selected_id == -1, '', 'both'); div_end(); end_form();