Part Controller - falschen Code aus kivi.Order.js wieder entfernt
authorG. Richardson <information@kivitendo-premium.de>
Tue, 22 Nov 2016 14:34:55 +0000 (15:34 +0100)
committerG. Richardson <information@kivitendo-premium.de>
Tue, 22 Nov 2016 14:34:55 +0000 (15:34 +0100)
js/kivi.Order.js

index db22f5c..c4aabf7 100644 (file)
@@ -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();
   });
 });