X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=inventory%2Fpurchasing_data.php;h=4ba08be567d1801bb451917a8d3ade364a52a73d;hb=0917891be384286611592f13872cc9437826ce09;hp=469a5d36a1f7417c2d22f574b7b05cef59fa1b63;hpb=818719f38b8327cdca616d58b13913dbd174d96a;p=fa-stable.git diff --git a/inventory/purchasing_data.php b/inventory/purchasing_data.php index 469a5d36..4ba08be5 100644 --- a/inventory/purchasing_data.php +++ b/inventory/purchasing_data.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $page_security = 4; $path_to_root=".."; @@ -116,7 +116,7 @@ if (list_updated('stock_id')) $Ajax->activate('price_table'); //-------------------------------------------------------------------------------------------------- -start_form(false, true); +start_form(); if (!isset($_POST['stock_id'])) $_POST['stock_id'] = get_global_stock_item(); @@ -233,7 +233,7 @@ text_row(_("Supplier's Code or Description:"), 'supplier_description', null, 50, end_table(1); -submit_add_or_update_center($selected_id == -1, '', true); +submit_add_or_update_center($selected_id == -1, '', 'both'); end_form(); end_page();