Bugzilla – Attachment 56717 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: Add title, barcode to warning message.
Bug-17472-Add-title-barcode-to-warning-message.patch (text/plain), 1.13 KB, created by
Alex Sassmannshausen
on 2016-10-21 08:35:51 UTC
(
hide
)
Description:
Bug 17472: Add title, barcode to warning message.
Filename:
MIME Type:
Creator:
Alex Sassmannshausen
Created:
2016-10-21 08:35:51 UTC
Size:
1.13 KB
patch
obsolete
>From 751c31dce01c27432aa2ec526af7f592c15826aa 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] Bug 17472: Add title, barcode to warning message. > >* koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt: Add Title > and Barcode to PREVISSUE message. >--- > 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..8f12fbb 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>Item <i>[% getTitleMessageIteminfo %]</i> ([% getBarcodeMessageIteminfo %]) has previously been checked out to this patron. Check out anyway?</li> > [% END %] > > [% IF BIBLIO_ALREADY_ISSUED %] >-- >2.10.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 17472
:
56717
|
56718
|
56721
|
57247
|
58161