Bugzilla – Attachment 128550 Details for
Bug 29504
Confirm item parts requires force_checkout permission (checkouts tab)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 29504: (follow-up) Account for other blockers
Bug-29504-follow-up-Account-for-other-blockers.patch (text/plain), 3.42 KB, created by
Martin Renvoize (ashimema)
on 2021-12-15 09:21:57 UTC
(
hide
)
Description:
Bug 29504: (follow-up) Account for other blockers
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2021-12-15 09:21:57 UTC
Size:
3.42 KB
patch
obsolete
>From 637e949e70c42b39d71c243377399e39dcd2512c Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Wed, 15 Dec 2021 09:20:52 +0000 >Subject: [PATCH] Bug 29504: (follow-up) Account for other blockers > >--- > .../prog/en/modules/circ/circulation.tt | 26 ++++++++++++++++++- > 1 file changed, 25 insertions(+), 1 deletion(-) > >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 258d2b48e4..4bd583e41c 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt >@@ -235,7 +235,7 @@ > [% END %] > </ul> > >- [% IF CAN_user_circulate_force_checkout or HIGHHOLDS or ADDITIONAL_MATERIALS %] >+ [% IF CAN_user_circulate_force_checkout or HIGHHOLDS %] > <form method="post" action="/cgi-bin/koha/circ/circulation.pl" autocomplete="off"> > <input type="hidden" name="restoreduedatespec" /> > >@@ -312,6 +312,30 @@ > </form> > [% END # /IF CAN_user_circulate_force_checkout or HIGHHOLDS %] > >+ [% IF ADDITIONAL_MATERIALS && !CAN_user_circulate_force_checkout %] >+ <form method="post" action="/cgi-bin/koha/circ/circulation.pl" autocomplete="off"> >+ <input type="hidden" name="restoreduedatespec" /> >+ >+ [% IF (forceallow) %]<input type="hidden" name="forceallow" value="1">[% END %] >+ >+ <input type="hidden" name="barcode" value="[% barcode | html %]" /> >+ <input type="hidden" name="borrowernumber" value="[% patron.borrowernumber | html %]" /> >+ <input type="hidden" name="issueconfirmed" value="1" /> >+ <input type="hidden" name="override_high_holds" value="[% override_high_holds | html %]"/> >+ <input type="hidden" name="stickyduedate" value="[% stickyduedate | html %]" /> >+ <input type="hidden" name="branch" value="[% branch | html %]" /> >+ >+ [% IF ( RENEW_ISSUE ) %] >+ <button type="submit" class="approve" accesskey="y"><i class="fa fa-check"></i> Yes, renew (Y)</button> >+ [% ELSE %] >+ <button type="submit" class="approve" accesskey="y"><i class="fa fa-check"></i> Yes, check out (Y)</button> >+ [% END %] >+ >+ <input type="hidden" name="onsite_checkout" value="[% onsite_checkout | html %]" /> >+ <input type="hidden" name="auto_renew" value="[% auto_renew | html %]" /> >+ </form> >+ [% END # /IF ADDITIONAL_MATERIALS %] >+ > [% IF ( RESERVED or RESERVE_WAITING or TRANSFERRED or PROCESSING ) %] > <form method="get" action="/cgi-bin/koha/circ/circulation.pl"> > <input type="hidden" name="restoreduedatespec" /> >-- >2.20.1
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 29504
:
127926
|
128549
|
128550
|
130187
|
130188
|
136330
|
136331