X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=js%2Fshow_vc_details.js;h=067a264cd57fe447d0ceb565db03a27d125c4601;hb=fa31a7e0c6a8d00e35511f5052145ab2156a8160;hp=3e5bffc01b2a6f1a60d5b38fb63fc938ae0714ac;hpb=6b063f3c88f7ca16e83a19759441a05e0ff84a47;p=kivitendo-erp.git 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)