X-Git-Url: http://wagnertech.de/git?p=kivitendo-erp.git;a=blobdiff_plain;f=templates%2Fwebpages%2Freconciliation%2Fassigning_table.html;fp=templates%2Fwebpages%2Freconciliation%2Fassigning_table.html;h=ec8b5ed115b225aceec30bf1091a56ef016a9129;hp=0da95a2b2394be75afd1c157fb55dd4b71efe241;hb=53593baa211863fbf66540cf1bcc36c8fb37257f;hpb=deb4d2dbb676d7d6f69dfe7815d6e0cb09bd4a44 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 %]