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:
baceb8e
)
Projekt-Picker: js: $type wird nicht gebraucht
author
Bernd Bleßmann
<bernd@kivitendo-premium.de>
Fri, 15 Jan 2021 14:04:03 +0000
(15:04 +0100)
committer
Bernd Bleßmann
<bernd@kivitendo-premium.de>
Fri, 15 Jan 2021 14:05:12 +0000
(15:05 +0100)
js/autocomplete_project.js
patch
|
blob
|
history
diff --git
a/js/autocomplete_project.js
b/js/autocomplete_project.js
index
9e76119
..
3a40935
100644
(file)
--- a/
js/autocomplete_project.js
+++ b/
js/autocomplete_project.js
@@
-212,7
+212,6
@@
namespace('kivi', function(k){
var pp = {
real: function() { return $real },
dummy: function() { return $dummy },
- type: function() { return $type },
customer_id: function() { return $customer_id },
update_results: update_results,
result_timer: result_timer,