]> wagnertech.de Git - kivitendo-erp.git/blobdiff - js/show_vc_details.js
epic-ts
[kivitendo-erp.git] / js / show_vc_details.js
index 3e5bffc01b2a6f1a60d5b38fb63fc938ae0714ac..067a264cd57fe447d0ceb565db03a27d125c4601 100644 (file)
@@ -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)