X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/7f67694fd1e839a24dc80ff456e9271c78008d81..12eafc00a9cbd2c24fbbd6a7415e5ecb97ef02b7:/templates/webpages/order/tabs/basic_data.html diff --git a/templates/webpages/order/tabs/basic_data.html b/templates/webpages/order/tabs/basic_data.html index f100a5f2c..bf4c5bf80 100644 --- a/templates/webpages/order/tabs/basic_data.html +++ b/templates/webpages/order/tabs/basic_data.html @@ -79,8 +79,8 @@ [% IF SELF.cv == 'customer' %]
| + + [% L.yes_no_tag('order.taxincluded', SELF.order.taxincluded, class='recalc') %] + | +|
| [%- 'Subtotal' | $T8 %] | [%- L.div_tag(SELF.order.netamount_as_number, id='netamount_id') %] |
|---|---|
| [%- 'Total' | $T8 %] | @@ -272,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]); }); }|