X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=js%2Fshow_vc_details.js;h=3e5bffc01b2a6f1a60d5b38fb63fc938ae0714ac;hb=6b063f3c88f7ca16e83a19759441a05e0ff84a47;hp=5595e72fba1be76e37bb3984247e29da5df3b797;hpb=81d1ae0f68bcc51a95d90b3cd6d8786231d29979;p=kivitendo-erp.git diff --git a/js/show_vc_details.js b/js/show_vc_details.js index 5595e72fb..3e5bffc01 100644 --- a/js/show_vc_details.js +++ b/js/show_vc_details.js @@ -7,8 +7,8 @@ function show_vc_details(vc) { vc_id = vc_id[0].value; url = "common.pl?" + "action=show_vc_details&" + - "vc=" + escape(vc) + "&" + - "vc_id=" + escape(vc_id) + "vc=" + encodeURIComponent(vc) + "&" + + "vc_id=" + encodeURIComponent(vc_id) //alert(url); window.open(url, "_new_generic", parm); }