Merging version 2.1 RC to main trunk.
[fa-stable.git] / inventory / inquiry / stock_status.php
index 2461c18899fde8069f34213860c7febcb1132c5c..9c8aff5b546e4487f64d04cb93f27121377190b7 100644 (file)
@@ -1,5 +1,14 @@
 <?php
-
+/**********************************************************************
+    Copyright (C) FrontAccounting, LLC.
+       Released under the terms of the GNU General Public License, GPL, 
+       as published by the Free Software Foundation, either version 3 
+       of the License, or (at your option) any later version.
+    This program is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  
+    See the License here <http://www.gnu.org/licenses/gpl-3.0.html>.
+***********************************************************************/
 $page_security = 2;
 $path_to_root="../..";
 include_once($path_to_root . "/includes/session.inc");
@@ -40,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)