X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=inventory%2Fpurchasing_data.php;h=4ba08be567d1801bb451917a8d3ade364a52a73d;hb=34c15f2f88c2b4d8a18ca40f76df3b9748e463e1;hp=85e8adedc254d2ffeb71bcadf6b303e12ef3314d;hpb=a5242af68e65661edb7175412444dce536a7f311;p=fa-stable.git diff --git a/inventory/purchasing_data.php b/inventory/purchasing_data.php index 85e8aded..4ba08be5 100644 --- a/inventory/purchasing_data.php +++ b/inventory/purchasing_data.php @@ -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();