X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/6b063f3c88f7ca16e83a19759441a05e0ff84a47..f0e64d77dee59da736fc61304e45ad50210faa55:/js/show_vc_details.js?ds=inline diff --git a/js/show_vc_details.js b/js/show_vc_details.js index 3e5bffc01..067a264cd 100644 --- a/js/show_vc_details.js +++ b/js/show_vc_details.js @@ -6,6 +6,7 @@ function show_vc_details(vc) { if (vc_id) vc_id = vc_id[0].value; url = "common.pl?" + + "INPUT_ENCODING=UTF-8&" + "action=show_vc_details&" + "vc=" + encodeURIComponent(vc) + "&" + "vc_id=" + encodeURIComponent(vc_id)