X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=js%2Fdelivery_customer_selection.js;h=89f7740ea7bc63d4d8a6ce0833997e6b2e0ba6f2;hb=e6d132a190fc0777413850d82a807babf944bba0;hp=c44b3385e313a834a4007488904bf157df2f1d31;hpb=6b063f3c88f7ca16e83a19759441a05e0ff84a47;p=kivitendo-erp.git diff --git a/js/delivery_customer_selection.js b/js/delivery_customer_selection.js index c44b3385e..89f7740ea 100644 --- a/js/delivery_customer_selection.js +++ b/js/delivery_customer_selection.js @@ -2,6 +2,7 @@ function delivery_customer_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=delivery_customer_selection&" + "name=" + encodeURIComponent(name) + "&" + "input_name=" + encodeURIComponent(input_name) + "&" +