Bugzilla – Attachment 12585 Details for
Bug 8718
Normal catalog detail view in staff client doesn't show missing serials or subscription history note
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED-OFF] Bug 8718 - Normal catalogue detail view in staff client doesn't show missing serials or subscription history note
Bug-8718---Normal-catalogue-detail-view-in-staff-c.patch (text/plain), 2.40 KB, created by
Kyle M Hall (khall)
on 2012-09-28 13:31:42 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 8718 - Normal catalogue detail view in staff client doesn't show missing serials or subscription history note
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2012-09-28 13:31:42 UTC
Size:
2.40 KB
patch
obsolete
>From fbf07c0afc2b2df13b07762e3216ab968a2bdd80 Mon Sep 17 00:00:00 2001 >From: David Cook <dcook@prosentient.com.au> >Date: Tue, 4 Sep 2012 12:43:28 +1000 >Subject: [PATCH] Bug 8718 - Normal catalogue detail view in staff client doesn't show missing serials or subscription history note >Content-Type: text/plain; charset="utf-8" > >Adds librariannote (staff subscription history note) and missing list to the normal catalogue detail view in staff client. > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > catalogue/detail.pl | 2 ++ > .../prog/en/modules/catalogue/detail.tt | 2 ++ > 2 files changed, 4 insertions(+), 0 deletions(-) > >diff --git a/catalogue/detail.pl b/catalogue/detail.pl >index 7126257..c3a29b3 100755 >--- a/catalogue/detail.pl >+++ b/catalogue/detail.pl >@@ -150,6 +150,8 @@ foreach my $subscription (@subscriptions) { > my $serials_to_display; > $cell{subscriptionid} = $subscription->{subscriptionid}; > $cell{subscriptionnotes} = $subscription->{internalnotes}; >+ $cell{missinglist} = $subscription->{missinglist}; >+ $cell{librariannote} = $subscription->{librariannote}; > $cell{branchcode} = $subscription->{branchcode}; > $cell{branchname} = GetBranchName($subscription->{branchcode}); > $cell{hasalert} = $subscription->{hasalert}; >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >index 22f7908..ef2b5b9 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >@@ -471,6 +471,8 @@ function verify_images() { > [% IF ( subscription.branchname ) %]<h3>At library: [% subscription.branchname %]</h3>[% ELSE %] > [% IF ( subscription.branchcode ) %]<h3>At library: [% subscription.branchcode %]</h3>[% END %][% END %] > [% IF ( subscription.subscriptionnotes ) %]<p>[% subscription.subscriptionnotes FILTER html_line_break %] </p>[% END %] >+ [% IF ( subscription.missinglist ) %]<p>Missing issues: [% subscription.missinglist %] </p>[% END %] >+ [% IF ( subscription.librariannote ) %]<p>([% subscription.librariannote %])</p>[% END %] > [% IF ( subscription.latestserials ) %] > <p> The [% subscription.staffdisplaycount %] latest issues related to this subscription:</p> > <table> >-- >1.7.2.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 8718
:
11950
|
12364
| 12585