Auftrags-Controller: vergessenes Semikolon hiunzugefügt
authorBernd Bleßmann <bernd@kivitendo-premium.de>
Thu, 10 Sep 2015 08:10:11 +0000 (10:10 +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 a2aa462..0f0de38 100644 (file)
@@ -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() {