cleanup2 according to Apmuthu's list.
[fa-stable.git] / purchasing / po_entry_items.php
index 1ab8e66309f88e2fc8a829e66f1f28aec9e929e7..086303bd06931596a9d2bc78690a3e97190b8ee2 100644 (file)
@@ -31,7 +31,7 @@ set_page_security( @$_SESSION['PO']->trans_type,
 );
 
 $js = '';
-if ($use_popup_windows)
+if ($SysPrefs->use_popup_windows)
        $js .= get_js_open_window(900, 500);
 if (user_use_date_picker())
        $js .= get_js_date_picker();
@@ -515,4 +515,3 @@ div_end();
 
 end_form();
 end_page();
-?>