Bugzilla – Attachment 21249 Details for
Bug 10863
Add 2 circulation permissions: force_checkout and lift_restriction
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 10863: The force checkout permission should not affect high holds
Bug-10863-The-force-checkout-permission-should-not.patch (text/plain), 1.88 KB, created by
Jonathan Druart
on 2013-09-19 14:36:27 UTC
(
hide
)
Description:
Bug 10863: The force checkout permission should not affect high holds
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2013-09-19 14:36:27 UTC
Size:
1.88 KB
patch
obsolete
>From de2ce5724c77905f2be0cfd864c0af983d18b7b3 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >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 <cedric.vita@dracenie.com> >--- > 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 %] > <h3>Please confirm checkout</h3> > [% ELSE %] >- <h3>Cannot checkout</h3> >+ <h3>Cannot check out</h3> > [% END %] > > <ul> >@@ -267,11 +267,7 @@ var MSG_EXPORT_SELECT_CHECKOUTS = _("You must select checkout(s) to export"); > [% END %] > > [% IF HIGHHOLDS %] >- <li>High demand item. Loan period shortened to [% HIGHHOLDS.duration %] days (due [% HIGHHOLDS.returndate %]). >- [% IF CAN_user_circulate_force_checkout %] >- Check out anyway? >- [% END %] >- </li> >+ <li>High demand item. Loan period shortened to [% HIGHHOLDS.duration %] days (due [% HIGHHOLDS.returndate %]).</li> > [% END %] > </ul> > >@@ -283,7 +279,7 @@ var MSG_EXPORT_SELECT_CHECKOUTS = _("You must select checkout(s) to export"); > </script> > [% END %] > >-[% IF CAN_user_circulate_force_checkout %] >+[% IF CAN_user_circulate_force_checkout or HIGHHOLDS %] > <form method="post" action="/cgi-bin/koha/circ/circulation.pl" autocomplete="off"> > > [% IF ( RESERVED ) %] >-- >1.7.10.4
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 10863
:
20948
|
20981
|
21042
|
21043
|
21201
|
21203
|
21204
|
21247
|
21248
|
21249
|
21542
|
21661
|
22717
|
23254
|
23540