Bugzilla – Attachment 19530 Details for
Bug 10570
Show internal note from subscription in results on check expiration page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 10570: Show nonpublic note on check expiration page
Bug-10570-Show-nonpublic-note-on-check-expiration-.patch (text/plain), 1.96 KB, created by
Katrin Fischer
on 2013-07-10 21:07:40 UTC
(
hide
)
Description:
Bug 10570: Show nonpublic note on check expiration page
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2013-07-10 21:07:40 UTC
Size:
1.96 KB
patch
obsolete
>From 5c6ad3fdc1d93e5010b7e07e2f0f0e0dff0407bf Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <Katrin.Fischer.83@web.de> >Date: Wed, 10 Jul 2013 22:56:13 +0200 >Subject: [PATCH] Bug 10570: Show nonpublic note on check expiration page > >The check expiration page in serials only showed the OPAC note, >but it makes sense to also show the nonpublic note here. > >This patch adds it. > >To test: >- Add a subscription, make sure to enter different notes in > nonpublic note and OPAC note to check for display later on. >- Go to the check expiration page and search for your subscription. >- Check both notes show up correctly. >--- > .../prog/en/modules/serials/checkexpiration.tt | 8 ++++++-- > 1 file changed, 6 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/checkexpiration.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/checkexpiration.tt >index a787000..95bfcb8 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/checkexpiration.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/checkexpiration.tt >@@ -13,7 +13,7 @@ > return true; > } > else { >- alert(_("You must enter a date !")); >+ alert(_("You must enter a date!")); > document.f.date.focus(); > return false; > } >@@ -78,7 +78,8 @@ > <tr> > <th>ISSN</th> > <th>Title</th> >- <th>Note</th> >+ <th>OPAC note</th> >+ <th>Nonpublic note</th> > <th>Expiration date</th> > <th colspan="2"> </th> > </tr> >@@ -102,6 +103,9 @@ > [% subscriptions_loo.notes %] > </td> > <td> >+ [% subscriptions_loo.internalnotes %] >+ </td> >+ <td> > [% subscriptions_loo.expirationdate %] > </td> > <td><a href="/cgi-bin/koha/serials/subscription-add.pl?op=modify&subscriptionid=[% subscriptions_loo.subscriptionid %]">Edit</a></td> >-- >1.7.9.5
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 10570
:
19530
|
20175
|
21077