X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/6a12a968761127af91e9da8db7579be2836bcaaa..refs/heads/debian:/templates/webpages/reconciliation/assigning_table.html diff --git a/templates/webpages/reconciliation/assigning_table.html b/templates/webpages/reconciliation/assigning_table.html index 2f6d4de34..ec8b5ed11 100644 --- a/templates/webpages/reconciliation/assigning_table.html +++ b/templates/webpages/reconciliation/assigning_table.html @@ -35,5 +35,11 @@ - [% IF show_button %][% L.button_tag("submit_with_action('reconciliate')", LxERP.t8("Reconciliate")) %][% END %] + [% UNLESS errors %] + [% L.button_tag("submit_with_action('reconcile')", LxERP.t8("Reconcile")) %] + [% ELSE %] + [% FOREACH error IN errors %] + [% error %] + [% END %] + [% END %] [% END %]