Bugzilla – Attachment 58161 Details for
Bug 17472
Borrower Previously Checked Out: Display title
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 17472: Borrower Previously Checked Out: Display title
Bug-17472-Borrower-Previously-Checked-Out-Display-.patch (text/plain), 1.48 KB, created by
Jonathan Druart
on 2016-12-13 14:51:42 UTC
(
hide
)
Description:
Bug 17472: Borrower Previously Checked Out: Display title
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2016-12-13 14:51:42 UTC
Size:
1.48 KB
patch
obsolete
>From bcca2297bc0e5fc2a6eb49634b67ae1aeab0dd41 Mon Sep 17 00:00:00 2001 >From: Josef Moravec <josef.moravec@gmail.com> >Date: Mon, 7 Nov 2016 09:32:54 +0000 >Subject: [PATCH] Bug 17472: Borrower Previously Checked Out: Display title > >Test plan: >0) apply the patch >1) turn on checking previously checkouts - syspref CheckPrevCheckout >2) checkout an item to borrower >3) check the item in and check it out again, you should see the >dialog, with information that the current item was previously checked >out to this patron. With this patch, the information includes title and >author of the item > >Signed-off-by: Nick Clemens <nick@bywatersolutions.com> > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt | 2 +- > 1 file changed, 1 insertion(+), 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 a937bf1..6ab6985 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt >@@ -279,7 +279,7 @@ $(document).ready(function() { > [% END %] > > [% IF PREVISSUE %] >- <li>This item has previously been checked out to this patron. Check out anyway?</li> >+ <li>Patron has previously checked out this title: <b>[% item.title %] [% IF item.author %] by [% item.author %][% END %]</b>. Check out anyway?</li> > [% END %] > > [% IF BIBLIO_ALREADY_ISSUED %] >-- >2.1.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 17472
:
56717
|
56718
|
56721
|
57247
| 58161