Removed redundant form_types functions and the file /reporting/includes/form_types...
[fa-stable.git] / gl / bank_transfer.php
index 83d2750afe2430b7414f9a3c85e69c034daae978..2f5b1f1ae4265186679708f2147a309757c62c45 100644 (file)
@@ -14,6 +14,8 @@ include_once($path_to_root . "/gl/includes/gl_ui.inc");
 $js = "";
 if ($use_popup_windows)
        $js .= get_js_open_window(800, 500);
+if ($use_date_picker)
+       $js .= get_js_date_picker();
 page(_("Transfer between Bank Accounts"), false, false, "", $js);
 
 check_db_has_bank_accounts(_("There are no bank accounts defined in the system."));