X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/6b063f3c88f7ca16e83a19759441a05e0ff84a47..e214accccd89a9c8:/js/part_selection.js diff --git a/js/part_selection.js b/js/part_selection.js index 3e0c50037..9fd565723 100644 --- a/js/part_selection.js +++ b/js/part_selection.js @@ -12,7 +12,7 @@ function part_selection_window(input_partnumber, input_description, input_partsi input_partnotes = input_partnumber; input_partnotes = input_partnotes.replace(/partnumber/, "partnotes"); if (input_partnotes == input_partnumber) - input_partnoes = ""; + input_partnotes = ""; } if (filter) @@ -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) + "&" +