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:
df5378a
)
Part Controller - falschen Code aus kivi.Order.js wieder entfernt
author
G. Richardson
<information@kivitendo-premium.de>
Tue, 22 Nov 2016 14:34:55 +0000
(15:34 +0100)
committer
G. Richardson
<information@kivitendo-premium.de>
Tue, 22 Nov 2016 14:34:55 +0000
(15:34 +0100)
js/kivi.Order.js
patch
|
blob
|
history
diff --git
a/js/kivi.Order.js
b/js/kivi.Order.js
index
db22f5c
..
c4aabf7
100644
(file)
--- a/
js/kivi.Order.js
+++ b/
js/kivi.Order.js
@@
-468,13
+468,6
@@
$(function(){
$('#row_table_id').on('sortstop', function(event, ui) {
$('#row_table_id thead a img').remove();
- if (part_type === 'assortment') {
- $('#assortment thead a img').remove();
- data = $('#assortment :input').serializeArray();
- } else if ( part_type === 'assembly') {
- $('#assembly thead a img').remove();
- data = $('#assembly :input').serializeArray();
- };
kivi.Order.renumber_positions();
});
});