Auftrags-Controller: trailing whitespaces entfernt.
authorBernd Bleßmann <bernd@kivitendo-premium.de>
Tue, 22 Sep 2015 10:24:31 +0000 (12:24 +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 6a89ae9..bf4c5bf 100644 (file)
@@ -277,7 +277,7 @@ function recalc_amounts_and_taxes() {
 
 function redisplay_linetotals(data) {
   $('.row_entry [name="linetotal"]').each(function(idx, elt) {
-    $(elt).html(data[idx]);    
+    $(elt).html(data[idx]);
   });
 }