projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad1061c
)
Ansprechpersonen-CVar: richtig anzeigen
author
Thomas Heck
<theck@linet-services.de>
Tue, 7 Jan 2014 17:07:00 +0000
(18:07 +0100)
committer
Thomas Heck
<theck@linet-services.de>
Wed, 8 Jan 2014 08:45:12 +0000
(09:45 +0100)
Tippfehler beim Verarbeiten der AJAJ-Antwort behoben.
fixt #2420
js/kivi.CustomerVendor.js
patch
|
blob
|
history
diff --git
a/js/kivi.CustomerVendor.js
b/js/kivi.CustomerVendor.js
index
e8f412a
..
c51a2aa
100644
(file)
--- 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_cvar
s
_'+ key)).val(cvars[key]);
$('#action_delete_contact').show();