@@ -, +, @@ high holds - typo checkout => check out. - the force checkout permission does not affect high holds. --- koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt @@ -188,7 +188,7 @@ var MSG_EXPORT_SELECT_CHECKOUTS = _("You must select checkout(s) to export"); [% IF CAN_user_circulate_force_checkout %]

Please confirm checkout

[% ELSE %] -

Cannot checkout

+

Cannot check out

[% END %] @@ -283,7 +279,7 @@ var MSG_EXPORT_SELECT_CHECKOUTS = _("You must select checkout(s) to export"); [% END %] -[% IF CAN_user_circulate_force_checkout %] +[% IF CAN_user_circulate_force_checkout or HIGHHOLDS %]
[% IF ( RESERVED ) %] --