Die Variablen login und password müssen/dürfen seit der Umstellung auf Session basier...
[kivitendo-erp.git] / js / show_vc_details.js
index b85614b..5595e72 100644 (file)
@@ -7,8 +7,6 @@ function show_vc_details(vc) {
     vc_id = vc_id[0].value;
   url = "common.pl?" +
     "action=show_vc_details&" +
-    "login=" + escape(document.getElementsByName("login")[0].value) + "&" +
-    "password=" + escape(document.getElementsByName("password")[0].value) + "&" +
     "vc=" + escape(vc) + "&" +
     "vc_id=" + escape(vc_id)
   //alert(url);