X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=inventory%2Fpurchasing_data.php;h=4b7717d546cc90d89a3d1e2219b6ee8f3bbb8376;hb=a53ada1fa7eac32d429456e08f5ac7fb753ebc0d;hp=1b4602ee785887b11ae5885e84183d502127a41d;hpb=6b1153e8b02b69604716ba0fa2d6fd5f7de133a4;p=fa-stable.git diff --git a/inventory/purchasing_data.php b/inventory/purchasing_data.php index 1b4602ee..4b7717d5 100644 --- a/inventory/purchasing_data.php +++ b/inventory/purchasing_data.php @@ -21,8 +21,7 @@ include_once($path_to_root . "/includes/ui.inc"); 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.")); @@ -107,14 +106,14 @@ if (list_updated('stock_id')) //-------------------------------------------------------------------------------------------------- $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 "
" . _("Item:"). " "; //Chaitanya : All items can be purchased @@ -196,9 +195,8 @@ if ($Mode =='Edit') br(); hidden('selected_id', $selected_id); -if (@$_GET['popup']) +if ($page_nested) { - hidden('_tabs_sel', get_post('_tabs_sel')); hidden('popup', @$_GET['popup']); } @@ -230,7 +228,5 @@ end_table(1); submit_add_or_update_center($selected_id == -1, '', 'both'); end_form(); -if (!@$_GET['popup']) - end_page(@$_GET['popup'], false, false); - +end_page(); ?>