X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;ds=inline;f=purchasing%2Fpo_entry_items.php;h=086303bd06931596a9d2bc78690a3e97190b8ee2;hb=5e63c6ace55729bbb5ee3b060035a25a4426eb0a;hp=dd2cc3bcabd7feb880d31b1b1141c7061a73bfc5;hpb=0b63d898491b6577a5a5bf90e771dca0dcbbcf1f;p=fa-stable.git diff --git a/purchasing/po_entry_items.php b/purchasing/po_entry_items.php index dd2cc3bc..086303bd 100644 --- a/purchasing/po_entry_items.php +++ b/purchasing/po_entry_items.php @@ -31,9 +31,9 @@ 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 ($use_date_picker) +if (user_use_date_picker()) $js .= get_js_date_picker(); if (isset($_GET['ModifyOrderNumber']) && is_numeric($_GET['ModifyOrderNumber'])) { @@ -515,4 +515,3 @@ div_end(); end_form(); end_page(); -?>