include_once($path_to_root . "/includes/data_checks.inc");
include_once($path_to_root . "/inventory/includes/inventory_db.inc");
-if (!@$_GET['popup'])
-{
- $js = "";
- if ($use_popup_windows)
- $js .= get_js_open_window(900, 500);
- page(_($help_context = "Inventory Item Cost Update"), false, false, "", $js);
-}
+$js = "";
+if ($use_popup_windows)
+ $js .= get_js_open_window(900, 500);
+page(_($help_context = "Inventory Item Cost Update"), false, false, "", $js);
//--------------------------------------------------------------------------------------
//-----------------------------------------------------------------------------------------
$action = $_SERVER['PHP_SELF'];
-if (@$_GET['popup'])
+if ($page_nested)
$action .= "?stock_id=".get_post('stock_id');
start_form(false, false, $action);
if (!isset($_POST['stock_id']))
$_POST['stock_id'] = get_global_stock_item();
-if (!@$_GET['popup'])
+if (!$page_nested)
{
echo "<center>" . _("Item:"). " ";
//echo stock_costable_items_list('stock_id', $_POST['stock_id'], false, true);
amount_row(_("Standard Material Cost Per Unit"), "material_cost", null, "class='tableheader2'", null, $dec1);
-if (@$_GET['popup'])
+if ($page_nested)
{
- hidden('_tabs_sel', get_post('_tabs_sel'));
hidden('popup', @$_GET['popup']);
}
if ($myrow["mb_flag"]=='M')
include_once($path_to_root . "/includes/data_checks.inc");
include_once($path_to_root . "/inventory/includes/inventory_db.inc");
-if (!@$_GET['popup'])
- page(_($help_context = "Inventory Item Sales prices"));
+page(_($help_context = "Inventory Item Sales prices"));
//---------------------------------------------------------------------------------------------------
//---------------------------------------------------------------------------------------------------
$action = $_SERVER['PHP_SELF'];
-if (@$_GET['popup'])
+if ($page_nested)
$action .= "?stock_id=".get_post('stock_id');
start_form(false, false, $action);
if (!isset($_POST['stock_id']))
$_POST['stock_id'] = get_global_stock_item();
-if (!@$_GET['popup'])
+if (!$page_nested)
{
echo "<center>" . _("Item:"). " ";
echo sales_items_list('stock_id', $_POST['stock_id'], false, true, '', array('editable' => false));
}
hidden('selected_id', $selected_id);
-if (@$_GET['popup'])
+if ($page_nested)
{
- hidden('_tabs_sel', get_post('_tabs_sel'));
hidden('popup', @$_GET['popup']);
}
div_start('price_details');
include_once($path_to_root . "/includes/manufacturing.inc");
include_once($path_to_root . "/includes/data_checks.inc");
-if (!@$_GET['popup'])
- page(_($help_context = "Supplier Purchasing Data"));
+page(_($help_context = "Supplier Purchasing Data"));
check_db_has_purchasable_items(_("There are no purchasable inventory items defined in the system."));
check_db_has_suppliers(_("There are no suppliers defined in the system."));
//--------------------------------------------------------------------------------------------------
$action = $_SERVER['PHP_SELF'];
-if (@$_GET['popup'])
+if ($page_nested)
$action .= "?stock_id=".get_post('stock_id');
start_form(false, false, $action);
if (!isset($_POST['stock_id']))
$_POST['stock_id'] = get_global_stock_item();
-if (!@$_GET['popup'])
+if (!$page_nested)
{
echo "<center>" . _("Item:"). " ";
//Chaitanya : All items can be purchased
br();
hidden('selected_id', $selected_id);
-if (@$_GET['popup'])
+if ($page_nested)
{
- hidden('_tabs_sel', get_post('_tabs_sel'));
hidden('popup', @$_GET['popup']);
}
include_once($path_to_root . "/includes/data_checks.inc");
include_once($path_to_root . "/inventory/includes/inventory_db.inc");
-if (!@$_GET['popup'])
- page(_($help_context = "Reorder Levels"));
+page(_($help_context = "Reorder Levels"));
check_db_has_costable_items(_("There are no inventory items defined in the system (Purchased or manufactured items)."));
//------------------------------------------------------------------------------------
$action = $_SERVER['PHP_SELF'];
-if (@$_GET['popup'])
+if ($page_nested)
$action .= "?stock_id=".get_post('stock_id');
start_form(false, false, $action);
if (!isset($_POST['stock_id']))
$_POST['stock_id'] = get_global_stock_item();
-if (!@$_GET['popup'])
+if (!$page_nested)
{
echo "<center>" . _("Item:"). " ";
echo stock_costable_items_list('stock_id', $_POST['stock_id'], false, true);
$result = get_loc_details($_POST['stock_id']);
-if (@$_GET['popup'])
+if ($page_nested)
{
- hidden('_tabs_sel', get_post('_tabs_sel'));
hidden('popup', @$_GET['popup']);
}