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:
278523a
)
PartPicker: keine AJAJ-Requests nach Fat-Data ohne item.id schicken
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Mon, 16 Jun 2014 11:18:38 +0000
(13:18 +0200)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Mon, 16 Jun 2014 11:19:05 +0000
(13:19 +0200)
js/autocomplete_part.js
patch
|
blob
|
history
diff --git
a/js/autocomplete_part.js
b/js/autocomplete_part.js
index
d0984eb
..
d9bf8db
100644
(file)
--- a/
js/autocomplete_part.js
+++ b/
js/autocomplete_part.js
@@
-83,7
+83,7
@@
namespace('kivi', function(k){
last_dummy = $dummy.val();
$real.trigger('change');
- if (o.fat_set_item) {
+ if (o.fat_set_item
&& item.id
) {
$.ajax({
url: 'controller.pl?action=Part/show.json',
data: { id: item.id },