X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/6b68cf8878eab02fbfeb3c14c5136fe69716e0b3..bb84bc55a14e2124d1dfd899d8e7afaad152a35d:/templates/webpages/ap/form_header.html diff --git a/templates/webpages/ap/form_header.html b/templates/webpages/ap/form_header.html index f3aa55e5d..c4902bbe3 100644 --- a/templates/webpages/ap/form_header.html +++ b/templates/webpages/ap/form_header.html @@ -211,7 +211,13 @@ - [% temp = "tax_"_ i %][% $temp | html %] + [% IF "tax_reverse_"_ i %] + [% temp_r = "tax_reverse_"_ i %][% $temp_r | html %] +     + [% temp_c = "tax_charge_"_ i %][% $temp_c | html %] + [% ELSE %] + [% temp = "tax_"_ i %][% $temp | html %] + [% END %] [% temp = 'selected_taxchart_'_ i %] @@ -401,5 +407,5 @@