X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=js%2Fcustomer_or_vendor_selection.js;h=b09183f7c0d0540aa12a4f4323574f4d78ce1e69;hb=1edebcf0aed748b75fa68e46aad70dbeeadfdd85;hp=2e169805567d922797998279b7d5be160c37814a;hpb=6b063f3c88f7ca16e83a19759441a05e0ff84a47;p=kivitendo-erp.git diff --git a/js/customer_or_vendor_selection.js b/js/customer_or_vendor_selection.js index 2e1698055..b09183f7c 100644 --- a/js/customer_or_vendor_selection.js +++ b/js/customer_or_vendor_selection.js @@ -2,6 +2,7 @@ function customer_or_vendor_selection_window(input_name, input_id, is_vendor, al var parm = centerParms(800,600) + ",width=800,height=600,status=yes,scrollbars=yes"; var name = document.getElementsByName(input_name)[0].value; url = "common.pl?" + + "INPUT_ENCODING=UTF-8&" + "action=cov_selection_internal&" + "name=" + encodeURIComponent(name) + "&" + "input_name=" + encodeURIComponent(input_name) + "&" +