X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fct%2Fform_header_master.html;h=1908225aa1d2720471a9bcd6714fdfe91f7e1740;hb=229b26a09115ce8f99ca7fa5df59a6a9fc8b5ce9;hp=4c2db99d3b2a66d305266b56c94038035c4e9926;hpb=9d3929fdc1cbdbed95645068b9de76144afe1b68;p=kivitendo-erp.git diff --git a/templates/webpages/ct/form_header_master.html b/templates/webpages/ct/form_header_master.html index 4c2db99d3..1908225aa 100644 --- a/templates/webpages/ct/form_header_master.html +++ b/templates/webpages/ct/form_header_master.html @@ -363,7 +363,7 @@ name = 'cp_id', id = 'cp_id', DATA = CONTACTS, - onChange = "get_contact(['cp_id__'+this.value],['cp_name','cp_title','cp_givenname','cp_phone1','cp_phone2','cp_email','cp_abteilung','cp_fax','cp_mobile1','cp_mobile2','cp_satphone','cp_satfax','cp_project','cp_privatphone','cp_privatemail','cp_birthday',enable_delete_contact,set_gender])", + onChange = "on_contact_changed()", id_key = 'cp_id', label_sub = 'contacts_label', -%] @@ -387,6 +387,7 @@   [%- INCLUDE generic/multibox.html name = 'selected_cp_title', + id = 'selected_cp_title', DATA = MB_TITLES, show_empty = 1, id_key = 'id', @@ -401,6 +402,7 @@   [%- INCLUDE generic/multibox.html name = 'selected_cp_abteilung', + id = 'selected_cp_abteilung', DATA = MB_DEPARTMENT, show_empty = 1, id_key = 'id', @@ -633,6 +635,7 @@ + - - -