X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=js%2Fcustomer_or_vendor_selection.js;h=1be1c716c2b1a58c5dd9790f657a41387f8fb054;hb=2a9b32984a5dc4c8ea0e52d3bc7eda8514325233;hp=4d1bf8d7b53b084514cd58b517fa6b4556c6f0cd;hpb=91ab1ef646193de9359076a876a33a74d7691145;p=kivitendo-erp.git diff --git a/js/customer_or_vendor_selection.js b/js/customer_or_vendor_selection.js index 4d1bf8d7b..1be1c716c 100644 --- a/js/customer_or_vendor_selection.js +++ b/js/customer_or_vendor_selection.js @@ -3,8 +3,6 @@ function customer_or_vendor_selection_window(input_name, input_id, is_vendor, al var name = document.getElementsByName(input_name)[0].value; url = "common.pl?" + "action=cov_selection_internal&" + - "login=" + escape(document.forms[0].login.value) + "&" + - "password=" + escape(document.forms[0].password.value) + "&" + "name=" + escape_more(name) + "&" + "input_name=" + escape(input_name) + "&" + "input_id=" + escape(input_id) + "&" +