@@ -, +, @@ 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 @@ -330,7 +330,7 @@ function validate1(date) { [% IF CAN_user_circulate_force_checkout %]

Please confirm checkout

[% ELSE %] -

Cannot checkout

+

Cannot check out

[% END %] @@ -425,7 +421,7 @@ function validate1(date) { [% END %] -[% IF CAN_user_circulate_force_checkout %] +[% IF CAN_user_circulate_force_checkout or HIGHHOLDS %]
[% IF ( RESERVED ) %] --