From 917dad97a86dd4f8c23a07cea5e3294c9da88f07 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Tue, 7 Jan 2014 04:33:05 +0000 Subject: [PATCH] Bug 10863: (follow-up) give limited circ operator way to proceed This patch tweaks the checkout form so that if a circ operator doesn't have the circulate/force_checkout permission, they are presented with a button to continue on if they ran into a restriction on the loan. Otherwise, there was no clear way to carry on, as the item barcode field was disabled. Signed-off-by: Galen Charlton --- .../prog/en/modules/circ/circulation.tt | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 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 7082284a80..a522236281 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt @@ -318,18 +318,22 @@ var MSG_EXPORT_SELECT_CHECKOUTS = _("You must select checkout(s) to export"); [% END %] +[% END %]
- [% IF ( RENEW_ISSUE ) %] - + [% IF CAN_user_circulate_force_checkout or HIGHHOLDS %] + [% IF ( RENEW_ISSUE ) %] + + [% ELSE %] + + [% END %] [% ELSE %] - + [% END %]
-[% END %] [% END %] -- 2.39.5