X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=inventory%2Fcost_update.php;h=4fcb852d69ed27be158bba9d005d06c8a7dc34e6;hb=40c3b111b007ad16a2eedff175e1612150191d04;hp=7f314facc5d2797e3f80a5efa8ad9d7ea653cc79;hpb=22510f9ad825764c5a253ba9ac41be4121611885;p=fa-stable.git diff --git a/inventory/cost_update.php b/inventory/cost_update.php index 7f314fac..4fcb852d 100644 --- a/inventory/cost_update.php +++ b/inventory/cost_update.php @@ -24,7 +24,7 @@ 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); @@ -135,4 +135,3 @@ submit_center('UpdateData', _("Update"), true, false, 'default'); end_form(); end_page(); -?>