From de2ce5724c77905f2be0cfd864c0af983d18b7b3 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Thu, 12 Sep 2013 15:56:49 +0200 Subject: [PATCH] Bug 10863: The force checkout permission should not affect high holds - typo checkout => check out. - the force checkout permission does not affect high holds. Signed-off-by: Cedric Vita --- koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt index dd226ec..df60bc1 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt +++ b/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 ) %] -- 1.7.10.4