Bugzilla – Attachment 56718 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, not barcode, to warning.
Bug-17472-Add-title-not-barcode-to-warning.patch (text/plain), 1.16 KB, created by
Alex Sassmannshausen
on 2016-10-21 08:50:07 UTC
(
hide
)
Description:
Bug 17472: Add title, not barcode, to warning.
Filename:
MIME Type:
Creator:
Alex Sassmannshausen
Created:
2016-10-21 08:50:07 UTC
Size:
1.16 KB
patch
obsolete
>From edc3f92db8f99d5092a27f53ca66fc7b9a987779 Mon Sep 17 00:00:00 2001 >From: Alex Sassmannshausen <alex.sassmannshausen@ptfs-europe.com> >Date: Fri, 21 Oct 2016 10:46:50 +0200 >Subject: [PATCH] Bug 17472: Add title, not barcode, to warning. > >* koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt: Add item > title, reword message, for PREVISSUE. >--- > 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 8f12fbb..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>Item <i>[% getTitleMessageIteminfo %]</i> ([% getBarcodeMessageIteminfo %]) 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.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