X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=inventory%2Finquiry%2Fstock_status.php;h=8707396520864b407b3803a7fddc31998195bad8;hb=850b2dc645b7e16d6b2f5a5e10cac03d8956180c;hp=214fcab6fc326272b2b3b8c8acbd87c0e5672198;hpb=818719f38b8327cdca616d58b13913dbd174d96a;p=fa-stable.git diff --git a/inventory/inquiry/stock_status.php b/inventory/inquiry/stock_status.php index 214fcab6..87073965 100644 --- a/inventory/inquiry/stock_status.php +++ b/inventory/inquiry/stock_status.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $page_security = 2; $path_to_root="../.."; @@ -33,7 +33,7 @@ if (list_updated('stock_id')) check_db_has_stock_items(_("There are no items defined in the system.")); -start_form(false, true); +start_form(); if (!isset($_POST['stock_id'])) $_POST['stock_id'] = get_global_stock_item(); @@ -49,15 +49,15 @@ set_global_stock_item($_POST['stock_id']); $mb_flag = get_mb_flag($_POST['stock_id']); $kitset_or_service = false; +div_start('status_tbl'); if (is_service($mb_flag)) { - display_note(_("This is a service and cannot have a stock holding, only the total quantity on outstanding sales orders is shown.")); + display_note(_("This is a service and cannot have a stock holding, only the total quantity on outstanding sales orders is shown."), 0, 1); $kitset_or_service = true; } $loc_details = get_loc_details($_POST['stock_id']); -div_start('status_tbl'); start_table($table_style); if ($kitset_or_service == true)