@@ -, +, @@ confirmation dialogs - On hold for a patron at your library - On hold for a patron not at your library - On hold and already marked 'Waiting' - On hold while HoldsAutoFill preference is enabled - An item which has been marked with a LOST status in the 'ClaimReturnedLostValue' system preference. - An item which was checked out to a manually-restricted patron and checked in with a back-dated checkin date. See test plan on Bug 24776. --- .../intranet-tmpl/prog/en/modules/circ/returns.tt | 22 ++++++++-------------- 1 file changed, 8 insertions(+), 14 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt @@ -57,14 +57,14 @@ [% BLOCK all_checkin_messages %] [% IF hold_auto_filled %] -
+
[% IF ( reservenotes ) %]

Notes: [% reservenotes | html %]

[% END %]

Hold filled for:

@@ -175,7 +173,7 @@ [% IF ( waiting_holds ) %]
-

[% holdsfirstname | html %] [% holdssurname | html %] has [% waiting_holds | html %] hold(s) waiting for pickup.

+

[% INCLUDE 'patron-title.inc' patron=issue.patron hide_patron_infos_if_needed=1 invert_name=1 %] has [% waiting_holds | html %] hold(s) waiting for pickup.

Check out to this patron.

[% END %] @@ -184,9 +182,7 @@ [% IF return_date_was_overriden && issue.patron.is_debarred %]

- - [% issue.patron.firstname | html %] [% issue.patron.surname | html %] - + [% INCLUDE 'patron-title.inc' patron=issue.patron hide_patron_infos_if_needed=1 invert_name=1 %] is restricted. Please verify this patron should still be restricted.

@@ -418,7 +414,7 @@

Hold for: