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:
699804d
)
JS: CustomerVendor: Kosmetik: Tab entfernt
author
Bernd Bleßmann
<bernd@kivitendo-premium.de>
Tue, 17 Sep 2019 11:27:12 +0000
(13:27 +0200)
committer
Bernd Bleßmann
<bernd@kivitendo-premium.de>
Tue, 17 Sep 2019 11:28:14 +0000
(13:28 +0200)
js/kivi.CustomerVendor.js
patch
|
blob
|
history
diff --git
a/js/kivi.CustomerVendor.js
b/js/kivi.CustomerVendor.js
index
f809e34
..
2bef3a7
100644
(file)
--- a/
js/kivi.CustomerVendor.js
+++ b/
js/kivi.CustomerVendor.js
@@
-58,7
+58,7
@@
namespace('kivi.CustomerVendor', function(ns) {
this.selectContact = function(params) {
var contactId = $('#contact_cp_id').val();
-
var url = 'controller.pl?action=CustomerVendor/ajaj_get_contact&id='+ $('#cv_id').val() +'&db='+ $('#db').val() +'&contact_id='+ contactId;
+ var url = 'controller.pl?action=CustomerVendor/ajaj_get_contact&id='+ $('#cv_id').val() +'&db='+ $('#db').val() +'&contact_id='+ contactId;
$.getJSON(url, function(data) {
var contact = data.contact;