X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/ad1061cccd04a5b37e1b09b58055cad15c2f9761..4dd93922ccfcee3096325e72f4c987cb19ce3648:/js/kivi.CustomerVendor.js diff --git a/js/kivi.CustomerVendor.js b/js/kivi.CustomerVendor.js index e8f412a61..c51a2aad5 100644 --- a/js/kivi.CustomerVendor.js +++ b/js/kivi.CustomerVendor.js @@ -54,7 +54,7 @@ namespace('kivi.CustomerVendor', function(ns) { var cvars = data.contact_cvars; for(var key in cvars) - $(document.getElementById('contact_cvar_'+ key)).val(cvars[key]); + $(document.getElementById('contact_cvars_'+ key)).val(cvars[key]); $('#action_delete_contact').show();