X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=inventory%2Fcost_update.php;h=75f04a0e055fd833c4fd63c5d367d613c28b2fb3;hb=a9e2c0e710a5431ce3c31ef89d4c94bf69538238;hp=3afe0b6412e26c6d15389a2850b521c23ff902a1;hpb=6b1153e8b02b69604716ba0fa2d6fd5f7de133a4;p=fa-stable.git diff --git a/inventory/cost_update.php b/inventory/cost_update.php index 3afe0b64..75f04a0e 100644 --- a/inventory/cost_update.php +++ b/inventory/cost_update.php @@ -84,10 +84,8 @@ if (list_updated('stock_id')) $Ajax->activate('cost_table'); //----------------------------------------------------------------------------------------- -$action = $_SERVER['PHP_SELF']; -if (@$_GET['popup']) - $action .= "?stock_id=".get_post('stock_id'); -start_form(false, false, $action); +if (!@$_GET['popup']) + start_form(); if (!isset($_POST['stock_id'])) $_POST['stock_id'] = get_global_stock_item(); @@ -137,8 +135,9 @@ end_table(1); div_end(); submit_center('UpdateData', _("Update"), true, false, 'default'); -end_form(); if (!@$_GET['popup']) +{ + end_form(); end_page(@$_GET['popup'], false, false); - +} ?>