Bugzilla – Attachment 11738 Details for
Bug 3456
Serials receipt note
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 3456: Show internalnotes when receiving serials
0001-Bug-3456-Show-internalnotes-when-receiving-serials.patch (text/plain), 1.69 KB, created by
Julian Maurice
on 2012-08-22 10:33:44 UTC
(
hide
)
Description:
Bug 3456: Show internalnotes when receiving serials
Filename:
MIME Type:
Creator:
Julian Maurice
Created:
2012-08-22 10:33:44 UTC
Size:
1.69 KB
patch
obsolete
>From a0614761f51ef2e83dd90e6a04b1bc852b25ff8c Mon Sep 17 00:00:00 2001 >From: Julian Maurice <julian.maurice@biblibre.com> >Date: Wed, 22 Aug 2012 12:29:13 +0200 >Subject: [PATCH] Bug 3456: Show internalnotes when receiving serials > >--- > koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-edit.tt | 1 + > serials/serials-edit.pl | 1 + > 2 files changed, 2 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-edit.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-edit.tt >index 7c82b48..79ce099 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-edit.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-edit.tt >@@ -179,6 +179,7 @@ $(document).ready(function() { > <h1>Serial edition <i>[% bibliotitle %]</i> > [% IF location %] ( [% location %] ) [% END %] > [% IF ( callnumber ) %] callnumber: [% callnumber %][% END %]</h1> >+[% IF internalnotes %]<p>Nonpublic note: [% internalnotes %]</p>[% END %] > <form method="post" name="f" action="serials-edit.pl" id="serials_edit"> > <!--onsubmit="return barcode_check()">--> > >diff --git a/serials/serials-edit.pl b/serials/serials-edit.pl >index b78e191..bb87c5f 100755 >--- a/serials/serials-edit.pl >+++ b/serials/serials-edit.pl >@@ -394,6 +394,7 @@ my $default_bib_view = get_default_view(); > $template->param( > serialsadditems => $serialdatalist[0]->{'serialsadditems'}, > callnumber => $serialdatalist[0]->{'callnumber'}, >+ internalnotes => $serialdatalist[0]->{'internalnotes'}, > bibliotitle => $biblio->{'title'}, > biblionumber => $serialdatalist[0]->{'biblionumber'}, > serialslist => \@serialdatalist, >-- >1.7.10.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 3456
:
11738
|
12123