From 42a560b6f2de6979473ad80299326e573538e11d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bernd=20Ble=C3=9Fmann?= Date: Thu, 10 Sep 2015 10:10:11 +0200 Subject: [PATCH] =?utf8?q?Auftrags-Controller:=20vergessenes=20Semikolon?= =?utf8?q?=20hiunzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- templates/webpages/order/tabs/basic_data.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/webpages/order/tabs/basic_data.html b/templates/webpages/order/tabs/basic_data.html index a2aa462e2..0f0de38c2 100644 --- a/templates/webpages/order/tabs/basic_data.html +++ b/templates/webpages/order/tabs/basic_data.html @@ -205,7 +205,7 @@ function delete_order_item_row(clicked) { var row = $(clicked).parents("tr").first(); $(row).remove(); - recalc_amounts_and_taxes() + recalc_amounts_and_taxes(); } function recalc_amounts_and_taxes() { -- 2.20.1