X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=inventory%2Fcost_update.php;h=be6a19e64e898b0c4576d2a849bfce5fd31971c6;hb=7e8df3a179c05c51085349e139aac9ce88b9378d;hp=8abab67198a3ccec976d9ea4c0a1c4d8a8e73f77;hpb=5b8f4c4b4aa8cf996bc071f116bfce1273200fa2;p=fa-stable.git diff --git a/inventory/cost_update.php b/inventory/cost_update.php index 8abab671..be6a19e6 100644 --- a/inventory/cost_update.php +++ b/inventory/cost_update.php @@ -19,12 +19,11 @@ 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/banking.inc"); -include_once($path_to_root . "/includes/manufacturing.inc"); include_once($path_to_root . "/includes/data_checks.inc"); include_once($path_to_root . "/inventory/includes/inventory_db.inc"); $js = ""; -if ($use_popup_windows) +if ($SysPrefs->use_popup_windows) $js .= get_js_open_window(900, 500); page(_($help_context = "Inventory Item Cost Update"), false, false, "", $js);