]> wagnertech.de Git - mfinanz.git/blobdiff - js/kivi.CustomerVendor.js
Image Upload: progress bar, success und error flash
[mfinanz.git] / js / kivi.CustomerVendor.js
index 7c50f05f615eac82ef750f83791169ede6909354..e8cd9236da45291a017b861efbc33b5def017fbe 100644 (file)
@@ -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('');