Bei E-Mail Versand von Mahnungen den Dateinamen des Anhangs übersetzen
[kivitendo-erp.git] / js / show_history.js
index 2aeb7d4..e0cfec4 100644 (file)
@@ -14,8 +14,9 @@ function set_history_window(id) {
   var parm = centerParms(800,500) + ",width=800,height=500,status=yes,scrollbars=yes";
   var name = "History";
   url = "common.pl?" +
+    "INPUT_ENCODING=UTF-8&" +
     "action=show_history&" +
     "longdescription=" + "&" +
-    "input_name=" + escape(id) + "&"
+    "input_name=" + encodeURIComponent(id) + "&"
   window.open(url, "_new_generic", parm);
 }