Changelog: Reverse Charge für einige Steuerschlüssel
[kivitendo-erp.git] / js / stock_in_out.js
index 93d120a..5cffa3d 100644 (file)
@@ -11,6 +11,7 @@ function open_stock_in_out_window(in_out, row) {
   var delivered = document.getElementsByName("delivered")[0].value;
 
   url = "do.pl?" +
+    "INPUT_ENCODING=UTF-8&" +
     "action=stock_in_out_form&" +
     "in_out="    + encodeURIComponent(in_out)    + "&" +
     "row="       + encodeURIComponent(row)       + "&" +