X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=js%2Fvendor_selection.js;h=3d98f4b3d9cdbd73f4603853b0420e37101a0820;hb=cfb029307ecd356f377952f3190df655cbd447c6;hp=298635770cd49eda4b773efa6fcf678ea2c157fd;hpb=6b063f3c88f7ca16e83a19759441a05e0ff84a47;p=kivitendo-erp.git diff --git a/js/vendor_selection.js b/js/vendor_selection.js index 298635770..3d98f4b3d 100644 --- a/js/vendor_selection.js +++ b/js/vendor_selection.js @@ -2,6 +2,7 @@ function vendor_selection_window(input_name, input_id) { var parm = centerParms(600,500) + ",width=600,height=500,status=yes,scrollbars=yes"; var name = document.getElementsByName(input_name)[0].value; url = "common.pl?" + + "INPUT_ENCODING=UTF-8&" + "action=vendor_selection&" + "name=" + encodeURIComponent(name) + "&" + "input_name=" + encodeURIComponent(input_name) + "&" +