X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=inventory%2Fadjustments.php;h=0b47fa49532925058791afd10d303d30a96c4c9f;hb=7561718ee5113232ce917f63085d272884b0929c;hp=94e10b30d09b9c09d71a296d3d422d94e50d10ae;hpb=fbf51ab0febfd0885620abcab8738339d156ff45;p=fa-stable.git diff --git a/inventory/adjustments.php b/inventory/adjustments.php index 94e10b30..0b47fa49 100644 --- a/inventory/adjustments.php +++ b/inventory/adjustments.php @@ -21,9 +21,9 @@ include_once($path_to_root . "/includes/data_checks.inc"); include_once($path_to_root . "/inventory/includes/item_adjustments_ui.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(800, 500); -if ($use_date_picker) +if (user_use_date_picker()) $js .= get_js_date_picker(); page(_($help_context = "Item Adjustments Note"), false, false, "", $js); @@ -237,4 +237,3 @@ submit_center_last('Process', _("Process Adjustment"), '', 'default'); end_form(); end_page(); -?>