X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=js%2Fpart_selection.js;h=9fd565723935dc3b5b04a021d2972c1e5550d86d;hb=ebbabed8bb971d3e17e3188e55310f99429a456f;hp=3e0c50037ad3d4b2fbfbacdf242b313d8c4f89ff;hpb=6b063f3c88f7ca16e83a19759441a05e0ff84a47;p=kivitendo-erp.git 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) + "&" +