Webdav: Typo
[kivitendo-erp.git] / js / calculate_qty.js
index 4a7f91b..a3bf3ad 100644 (file)
@@ -7,6 +7,7 @@ function calculate_qty_selection_window(input_name, alu, formel, row) {
     var description = document.getElementsByName("description_" + row)[0].value;
   }  else var action = "calculate_qty";
   url = "common.pl?" +
+    "INPUT_ENCODING=UTF-8&" +
     "action=" + action + "&" +
     "name=" + encodeURIComponent(name) + "&" +
     "input_name=" + encodeURIComponent(input_name) + "&" +