Bugzilla – Attachment 4566 Details for
Bug 6305
The serials are not working properly
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
signed off third patch
0001-SIGNED-OFF-Bug-6305-receiving-serials-does-not-creat.patch (text/plain), 1.52 KB, created by
Nicole C. Engard
on 2011-07-05 19:25:45 UTC
(
hide
)
Description:
signed off third patch
Filename:
MIME Type:
Creator:
Nicole C. Engard
Created:
2011-07-05 19:25:45 UTC
Size:
1.52 KB
patch
obsolete
>From d32f6b0476027c69110ef616ebffb77d4af18bb4 Mon Sep 17 00:00:00 2001 >From: Ian Walls <ian.walls@bywatersolutions.com> >Date: Tue, 5 Jul 2011 15:14:25 -0400 >Subject: [PATCH] [SIGNED-OFF] Bug 6305: receiving serials does not create items > >Template::Toolkit variable scope issue. > >Signed-off-by: Nicole C. Engard <nengard@bywatersolutions.com> >--- > .../prog/en/modules/serials/serials-edit.tt | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >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 8ffd32e..f0a55d4 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 >@@ -291,7 +291,7 @@ $(document).ready(function() { > > <label>[% iteminformatio.subfield %] - [% IF ( iteminformatio.mandatory ) %]<b>[% END %][% iteminformatio.marc_lib %][% IF ( iteminformatio.mandatory ) %] *</b>[% END %]</label> > [% iteminformatio.marc_value %] >- <input type="hidden" name="itemid" value="[% iteminformatio.itemid %]" /> >+ <input type="hidden" name="itemid" value="[% item.itemid %]" /> > <input type="hidden" name="kohafield" value="[% iteminformatio.kohafield %]" /> > <input type="hidden" name="tag" value="[% iteminformatio.tag %]" /> > <input type="hidden" name="subfield" value="[% iteminformatio.subfield %]" /> >-- >1.7.2.3 >
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 6305
:
4426
|
4427
| 4566