X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=js%2Fkivi.CustomerVendor.js;h=e8cd9236da45291a017b861efbc33b5def017fbe;hb=e28ec8115ffd3411bd7ffd0bfaf5dab35f807c2a;hp=7c50f05f615eac82ef750f83791169ede6909354;hpb=1dd6d84aa18d0a0ec9e36f02eae743625cd569e9;p=kivitendo-erp.git diff --git a/js/kivi.CustomerVendor.js b/js/kivi.CustomerVendor.js index 7c50f05f6..e8cd9236d 100644 --- a/js/kivi.CustomerVendor.js +++ b/js/kivi.CustomerVendor.js @@ -70,6 +70,7 @@ namespace('kivi.CustomerVendor', function(ns) { if ( contactId ) { $('#action_delete_contact').show(); $('#contact_cp_title_select').val(contact['cp_title']); + $('#contact_cp_abteilung_select').val(contact['cp_abteilung']); } else { $('#action_delete_contact').hide(); $('#contact_cp_title_select, #contact_cp_abteilung_select').val('');