From: Bernd Bleßmann Date: Tue, 22 Sep 2015 10:24:31 +0000 (+0200) Subject: Auftrags-Controller: trailing whitespaces entfernt. X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=12eafc00a9cbd2c24fbbd6a7415e5ecb97ef02b7;p=kivitendo-erp.git Auftrags-Controller: trailing whitespaces entfernt. --- diff --git a/templates/webpages/order/tabs/basic_data.html b/templates/webpages/order/tabs/basic_data.html index 6a89ae9cb..bf4c5bf80 100644 --- a/templates/webpages/order/tabs/basic_data.html +++ b/templates/webpages/order/tabs/basic_data.html @@ -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]); }); }