X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/42a560b6f2de6979473ad80299326e573538e11d..83c325df58a10eb84bd8c225e49d4d06b6a210c5:/templates/webpages/order/tabs/basic_data.html diff --git a/templates/webpages/order/tabs/basic_data.html b/templates/webpages/order/tabs/basic_data.html index 0f0de38c2..5733e3749 100644 --- a/templates/webpages/order/tabs/basic_data.html +++ b/templates/webpages/order/tabs/basic_data.html @@ -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();