Bugzilla – Attachment 56721 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]
[SIGNED-OFF] Bug 17472: Add title to warning message for PREVCHECKOUT
SIGNED-OFF-Bug-17472-Add-title-to-warning-message-.patch (text/plain), 1.16 KB, created by
Josef Moravec
on 2016-10-21 11:15:32 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 17472: Add title to warning message for PREVCHECKOUT
Filename:
MIME Type:
Creator:
Josef Moravec
Created:
2016-10-21 11:15:32 UTC
Size:
1.16 KB
patch
obsolete
>From 8b899f6198e11ff8e5027cc864a63f4f4c4db4c1 Mon Sep 17 00:00:00 2001 >From: Alex Sassmannshausen <alex.sassmannshausen@ptfs-europe.com> >Date: Fri, 21 Oct 2016 10:31:16 +0200 >Subject: [PATCH] [SIGNED-OFF] Bug 17472: Add title to warning message for > PREVCHECKOUT > >* koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt: Add Title > to PREVISSUE message. > >Signed-off-by: Josef Moravec <josef.moravec@gmail.com> >--- > 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 e0284b2..657c842 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>Title <i>[% getTitleMessageIteminfo %]</i> has previously been checked out to this patron. 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