X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=inventory%2Fpurchasing_data.php;h=8be2566b88555e276826ad0e10de247473c0122f;hb=25379bdc9f10bda4aae4b37f04d16eb1bbe7e4f6;hp=d0302261ed86e5b857ff4e8cac0b3577e7ac28e3;hpb=e9ad9e87f5eb2682d2e91c93134250fd8a8d2ad9;p=fa-stable.git diff --git a/inventory/purchasing_data.php b/inventory/purchasing_data.php index d0302261..8be2566b 100644 --- a/inventory/purchasing_data.php +++ b/inventory/purchasing_data.php @@ -10,17 +10,21 @@ See the License here . ***********************************************************************/ $page_security = 'SA_PURCHASEPRICING'; -if (!@$_GET['popup']) - $path_to_root = ".."; -else + +if (@$_GET['page_level'] == 1) $path_to_root = "../.."; +else + $path_to_root = ".."; include_once($path_to_root . "/includes/session.inc"); include_once($path_to_root . "/includes/date_functions.inc"); include_once($path_to_root . "/includes/ui.inc"); include_once($path_to_root . "/includes/data_checks.inc"); -page(_($help_context = "Supplier Purchasing Data")); +$js = ""; +if ($SysPrefs->use_popup_windows && $SysPrefs->use_popup_search) + $js .= get_js_open_window(900, 500); +page(_($help_context = "Supplier Purchasing Data"), false, false, "", $js); 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.")); @@ -193,10 +197,6 @@ if ($Mode =='Edit') br(); hidden('selected_id', $selected_id); -if ($page_nested) -{ - hidden('popup', @$_GET['popup']); -} start_table(TABLESTYLE2);