X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Freconciliation%2Fassigning_table.html;h=ec8b5ed115b225aceec30bf1091a56ef016a9129;hb=3af1ae3c0e590feebb2f4c0f1fc0a5bd6dfbd4a2;hp=0da95a2b2394be75afd1c157fb55dd4b71efe241;hpb=a87694dc525b4eabff11029f1e5401621e2bd3bc;p=kivitendo-erp.git diff --git a/templates/webpages/reconciliation/assigning_table.html b/templates/webpages/reconciliation/assigning_table.html index 0da95a2b2..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('reconcile')", LxERP.t8("Reconcile")) %][% END %] + [% UNLESS errors %] + [% L.button_tag("submit_with_action('reconcile')", LxERP.t8("Reconcile")) %] + [% ELSE %] + [% FOREACH error IN errors %] + [% error %] + [% END %] + [% END %] [% END %]