X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=inventory%2Fcost_update.php;h=0b22ac18b0f80d70727b2d0bec8f5d29016e71d8;hb=c4eae7a18f0eb824e6eda7be2ba6fa820e9e58c9;hp=48e75ebaa986635ea885ce5815c5f8c06aa5a144;hpb=f12dbe7523bb1abc6cd69b009ef8f0be838f5348;p=fa-stable.git diff --git a/inventory/cost_update.php b/inventory/cost_update.php index 48e75eba..0b22ac18 100644 --- a/inventory/cost_update.php +++ b/inventory/cost_update.php @@ -1,5 +1,14 @@ . +***********************************************************************/ $page_security = 2; $path_to_root=".."; include_once($path_to_root . "/includes/session.inc"); @@ -68,7 +77,7 @@ if (list_updated('stock_id')) $Ajax->activate('cost_table'); //----------------------------------------------------------------------------------------- -start_form(false, true); +start_form(); if (!isset($_POST['stock_id'])) $_POST['stock_id'] = get_global_stock_item(); @@ -117,7 +126,7 @@ else end_table(1); div_end(); -submit_center('UpdateData', _("Update")); +submit_center('UpdateData', _("Update"), true, false, 'default'); end_form(); end_page();