]> wagnertech.de Git - kivitendo-erp.git/blobdiff - templates/webpages/order/tabs/basic_data.html
Auftrags-Controller: trailing whitespaces entfernt.
[kivitendo-erp.git] / templates / webpages / order / tabs / basic_data.html
index 6a89ae9cb73c1248200e582a59645f7412b6c385..bf4c5bf80033abe24fc190c0915e7c4b25452f29 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]);
   });
 }