X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Freconciliation%2Fassigning_table.html;h=ec8b5ed115b225aceec30bf1091a56ef016a9129;hb=9b16f8f89f00a7429f85144527a97d1168ea0000;hp=2f6d4de34309c8c85f508354350cf1ee5ea7462c;hpb=6a12a968761127af91e9da8db7579be2836bcaaa;p=kivitendo-erp.git 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 %]