@@ -, +, @@ --- koha-tmpl/intranet-tmpl/prog/en/modules/tools/cleanborrowers.tt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/cleanborrowers.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/cleanborrowers.tt @@ -160,7 +160,7 @@ Warnings
@@ -177,9 +177,9 @@ [% END %] - [% IF patrons_to_anonymize.size %] - Checkout history for [% patrons_to_anonymize.size %] patrons will be anonymized - + [% IF patrons_to_anonymize.count %] + Checkout history for [% patrons_to_anonymize.count %] patrons will be anonymized + [% END %] --