X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/6b063f3c88f7ca16e83a19759441a05e0ff84a47..1a254be1009a000fbe872878088da9c8b69208f8:/js/part_selection.js diff --git a/js/part_selection.js b/js/part_selection.js index 3e0c50037..9ce022cd5 100644 --- a/js/part_selection.js +++ b/js/part_selection.js @@ -24,6 +24,7 @@ function part_selection_window(input_partnumber, input_description, input_partsi options = ""; url = "common.pl?" + + "INPUT_ENCODING=UTF-8&" + "action=part_selection_internal&" + "partnumber=" + encodeURIComponent(partnumber) + "&" + "description=" + encodeURIComponent(description) + "&" +