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:
4d325a8
)
kivi.Part.js: init routine angelegt
author
Sven Schöling
<s.schoeling@linet-services.de>
Mon, 6 Feb 2017 12:07:03 +0000
(13:07 +0100)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Mon, 13 Feb 2017 15:32:43 +0000
(16:32 +0100)
js/kivi.Part.js
patch
|
blob
|
history
diff --git
a/js/kivi.Part.js
b/js/kivi.Part.js
index
2882f6a
..
b610540
100644
(file)
--- a/
js/kivi.Part.js
+++ b/
js/kivi.Part.js
@@
-578,6
+578,10
@@
namespace('kivi.Part', function(ns) {
});
}
+ ns.init = function() {
+ ns.reinit_widgets();
+ }
+
$(function(){
// assortment
@@
-620,6
+624,6
@@
namespace('kivi.Part', function(ns) {
$('#part_warehouse_id').change(kivi.Part.reload_bin_selection);
- ns.
reinit_widgets
();
+ ns.
init
();
});
});