X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/4e1e8352aed6d02c28116ea5afe82bf93d62bcba..0d37f1e8:/templates/webpages/ap/form_header.html?ds=sidebyside diff --git a/templates/webpages/ap/form_header.html b/templates/webpages/ap/form_header.html index b686d04d4..8fbd9c799 100644 --- a/templates/webpages/ap/form_header.html +++ b/templates/webpages/ap/form_header.html @@ -83,7 +83,7 @@
  • [% 'Basic Data' | $T8 %]
  • [%- IF id %]
  • [% 'Linked Records' | $T8 %]
  • -
  • [% 'Transactions' | $T8 %]
  • +
  • [% LxERP.t8('Transactions') %]
  • [%- END %] @@ -268,6 +268,7 @@ [% 'Source' | $T8 %] [% 'Memo' | $T8 %] [% 'Amount' | $T8 %] + [% IF ( !defaultcurrency || (currency != defaultcurrency) ) %] [% 'Exch' | $T8 %] [% END %] @@ -283,7 +284,7 @@ [% temp = "datepaid_"_ i %] [% IF( changeable ) %] - [% L.date_tag(temp, $temp) %] + [% L.date_tag(temp, $temp ? $temp : today) %] [% ELSE %] [% $temp | html %] @@ -320,6 +321,12 @@ [% END %] + + [% IF changeable && loop.last && paid_missing > 0 %] + + [% END %] + + [% IF ( !defaultcurrency || (currency != defaultcurrency) ) %] [% temp = "exchangerate_"_ i %] @@ -377,3 +384,7 @@ + +