PDF::Table darf nicht unkonditionell eingebettet werden, solange PDF::API2 keine...
[kivitendo-erp.git] / js / customer_or_vendor_selection.js
index 4d1bf8d..1be1c71 100644 (file)
@@ -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) + "&" +