Bugzilla – Attachment 73315 Details for
Bug 17171
Add a syspref to allow currently issued items to be issued to a new patron without staff confirmation
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 17171 [QA Followup]: Add message to batch checkout template
Bug-17171-QA-Followup-Add-message-to-batch-checkou.patch (text/plain), 1.23 KB, created by
Kyle M Hall (khall)
on 2018-03-27 14:11:45 UTC
(
hide
)
Description:
Bug 17171 [QA Followup]: Add message to batch checkout template
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2018-03-27 14:11:45 UTC
Size:
1.23 KB
patch
obsolete
>From 5bf2e00ff7cb48f968fb445556cd919fadfd33cf Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatetsolutions.com> >Date: Tue, 27 Mar 2018 10:11:27 -0400 >Subject: [PATCH] Bug 17171 [QA Followup]: Add message to batch checkout > template > >--- > .../intranet-tmpl/prog/en/modules/circ/circulation_batch_checkouts.tt | 3 +++ > 1 file changed, 3 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation_batch_checkouts.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation_batch_checkouts.tt >index 87860b92c4..fc8bbd2cf2 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation_batch_checkouts.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation_batch_checkouts.tt >@@ -195,6 +195,9 @@ > </ul> > [% END %] > >+ [% IF checkout_info.alert.RETURNED_FROM_ANOTHER %] >+ <div class="dialog alert">Item was checked out to [% alert.RETURNED_FROM_ANOTHER.patron.firstname %] [% alert.RETURNED_FROM_ANOTHER.patron.surname %] ([% alert.RETURNED_FROM_ANOTHER.patron.cardnumber %]) and was returned automatically.</div> >+ [% END %] > > [% IF checkout_info.IMPOSSIBLE %] > <ul class="fa-ul error"> >-- >2.14.3 (Apple Git-98)
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 17171
:
64260
|
65924
|
65925
|
70766
|
73258
|
73315
|
87302
|
87303
|
87304
|
87742
|
87743
|
87744
|
87745