X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=manufacturing%2Fview%2Fwo_costs_view.php;h=6e139ec62447cc5c595d4f752bbfc072f15d9932;hb=07737913eea4abbc7a8604a286852facb2134540;hp=12ed5fe3c1d776d7e3ea232f9066f10279c2ce52;hpb=0b63d898491b6577a5a5bf90e771dca0dcbbcf1f;p=fa-stable.git diff --git a/manufacturing/view/wo_costs_view.php b/manufacturing/view/wo_costs_view.php index 12ed5fe3..6e139ec6 100644 --- a/manufacturing/view/wo_costs_view.php +++ b/manufacturing/view/wo_costs_view.php @@ -15,12 +15,11 @@ $path_to_root = "../.."; include_once($path_to_root . "/includes/session.inc"); $js = ""; -if ($use_popup_windows) +if ($SysPrefs->use_popup_windows) $js .= get_js_open_window(900, 500); page(_($help_context = "View Work Order Costs"), true, false, "", $js); include_once($path_to_root . "/includes/date_functions.inc"); -include_once($path_to_root . "/includes/manufacturing.inc"); include_once($path_to_root . "/includes/data_checks.inc"); include_once($path_to_root . "/manufacturing/includes/manufacturing_db.inc"); @@ -69,5 +68,3 @@ br(2); end_page(true, false, false, ST_WORKORDER, $wo_id); -?> -