X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=gl%2Fmanage%2Fexchange_rates.php;h=52798c8877f00fd460b02cd77b7fc13b10d29d21;hb=7a50c189ea995d5fe6785feb7710c00396065d2b;hp=e2be27d991abccb52f6c76cc0909ccd2f59e2cba;hpb=da8311619dd73feae101d246a1957b972e00cbd2;p=fa-stable.git diff --git a/gl/manage/exchange_rates.php b/gl/manage/exchange_rates.php index e2be27d9..52798c88 100644 --- a/gl/manage/exchange_rates.php +++ b/gl/manage/exchange_rates.php @@ -4,12 +4,15 @@ $page_security = 9; $path_to_root="../.."; include_once($path_to_root . "/includes/session.inc"); -page(_("Exchange Rates")); - include_once($path_to_root . "/includes/date_functions.inc"); include_once($path_to_root . "/includes/ui.inc"); include_once($path_to_root . "/includes/banking.inc"); +$js = ""; +if ($use_date_picker) + $js .= get_js_date_picker(); +page(_("Exchange Rates"), false, false, "", $js); + //--------------------------------------------------------------------------------------------- if (isset($_GET['selected_id']))