Auftrags-Controller: trailing whitespaces entfernt.
[kivitendo-erp.git] / 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]);
   });
 }