@@ -, +, @@ --- koha-tmpl/intranet-tmpl/prog/en/modules/members/discharge.tt | 2 +- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-discharge.tt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/discharge.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/members/discharge.tt @@ -29,7 +29,7 @@ [% END %] [% UNLESS can_be_discharged %] -

Cannot edit discharge: borrower has issues.

+

Cannot edit discharge: the patron has checked out items.

[% ELSE %] [% IF has_reserves %]

Borrower has reserves: they will be canceled if the discharge is generated.

--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-discharge.tt +++ a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-discharge.tt @@ -39,7 +39,7 @@ [% ELSIF pending %]

Your discharge will be available on this page within a few days.

[% ELSIF has_issues %] -

You cannot be discharged, you have issues. Please return items before asking for a discharge.

+

You cannot be discharged, you have checked out items. Please return items before asking for a discharge.

[% ELSIF not messages %]

What is a discharge?

This document certifies that you have returned all borrowed items. It is sometimes asked during a file transfer from a school to another. The discharge is sent by us to your school. You will also find it available on your reader account.

--