Auftrags-Controller: beim Löschen eines Pos.-Eintrags das richtige Element wählen.
authorBernd Bleßmann <bernd@kivitendo-premium.de>
Thu, 10 Sep 2015 08:25:05 +0000 (10:25 +0200)
committerG. Richardson <information@kivitendo-premium.de>
Mon, 16 Nov 2015 15:15:57 +0000 (16:15 +0100)
templates/webpages/order/tabs/basic_data.html

index 0f0de38..5733e37 100644 (file)
@@ -202,7 +202,7 @@ function add_item() {
 }
 
 function delete_order_item_row(clicked) {
-  var row = $(clicked).parents("tr").first();
+  var row = $(clicked).parents("tbody").first();
   $(row).remove();
 
   recalc_amounts_and_taxes();