X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=inventory%2Fcost_update.php;h=0b22ac18b0f80d70727b2d0bec8f5d29016e71d8;hb=34c15f2f88c2b4d8a18ca40f76df3b9748e463e1;hp=ec3ad2bbb68ba3cdac2e701b06d671da676adde3;hpb=818719f38b8327cdca616d58b13913dbd174d96a;p=fa-stable.git diff --git a/inventory/cost_update.php b/inventory/cost_update.php index ec3ad2bb..0b22ac18 100644 --- a/inventory/cost_update.php +++ b/inventory/cost_update.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $page_security = 2; $path_to_root=".."; @@ -77,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(); @@ -126,7 +126,7 @@ else end_table(1); div_end(); -submit_center('UpdateData', _("Update")); +submit_center('UpdateData', _("Update"), true, false, 'default'); end_form(); end_page();