X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=gl%2Fmanage%2Frevaluate_currencies.php;h=c05237ac9e72ca63db5a39a9351c895d04e7dd63;hb=3974cfebf97c03e07b0beb608ae63b84b1e0f908;hp=050637d5f26cfee6b9646dc0420bec6a28a24130;hpb=3f3cfa578adbc2b71f4fd9c8d0f5536d26af43d8;p=fa-stable.git diff --git a/gl/manage/revaluate_currencies.php b/gl/manage/revaluate_currencies.php index 050637d5..c05237ac 100644 --- a/gl/manage/revaluate_currencies.php +++ b/gl/manage/revaluate_currencies.php @@ -18,7 +18,7 @@ include_once($path_to_root . "/includes/ui.inc"); include_once($path_to_root . "/includes/banking.inc"); $js = ""; -if ($use_date_picker) +if (user_use_date_picker()) $js .= get_js_date_picker(); page(_($help_context = "Revaluation of Currency Accounts"), false, false, "", $js); @@ -129,4 +129,3 @@ display_reval(); end_page(); -?>