X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/0d710c063d94e57d2e7e25df460f3c8f776f6426..0d37f1e8:/templates/webpages/ar/form_header.html
diff --git a/templates/webpages/ar/form_header.html b/templates/webpages/ar/form_header.html
index 6bce66a4f..ee3aa5cd3 100644
--- a/templates/webpages/ar/form_header.html
+++ b/templates/webpages/ar/form_header.html
@@ -202,6 +202,7 @@
[% 'Source' | $T8 %] |
[% 'Memo' | $T8 %] |
[% 'Amount' | $T8 %] |
+ |
[%- IF show_exch %]
[% 'Exch' | $T8 %] |
[%- END %]
@@ -213,7 +214,7 @@
|
[%- IF row.changeable %]
- [% L.date_tag('datepaid_' _ loop.count, row.datepaid) %]
+ [% L.date_tag('datepaid_' _ loop.count, row.datepaid ? row.datepaid : today) %]
[%- ELSE %]
[% row.datepaid | html %][% L.hidden_tag('datepaid_' _ loop.count, row.datepaid) %]
[%- END %]
@@ -239,6 +240,11 @@
[% row.paid | html %]
[%- END %]
|
+
+ [% IF row.changeable && loop.last && paid_missing > 0 %]
+
+ [% END %]
+ |
[%- IF show_exch %]
[%- IF row.forex || !row.changeable%]
@@ -289,3 +295,7 @@
+
+
|