Bugzilla – Attachment 4622 Details for
Bug 6578
serial items have misaligned columns in holdings table
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
bug6578.patch (text/plain), 1.57 KB, created by
Nicole C. Engard
on 2011-07-12 23:17:04 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Nicole C. Engard
Created:
2011-07-12 23:17:04 UTC
Size:
1.57 KB
patch
obsolete
>From: Owen Leonard <oleonard@myacpl.org> >To: nengard@gmail.com >Cc: Owen Leonard <oleonard@myacpl.org> >Subject: [PATCH] Fix for Bug 6578, serial items have misaligned columns in holdings table >Date: Tue, 12 Jul 2011 16:01:41 -0400 >Message-Id: <1310500901-6249-1-git-send-email-oleonard@myacpl.org> >X-Mailer: git-send-email 1.5.6.5 >Content-Type: text/plain; charset="utf-8" > >It looks like a variable name got changed in the T:T transition. >This correction uses the H:T:P template for reference. >--- > .../prog/en/modules/catalogue/detail.tt | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >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 fffe411..2ea7091 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >@@ -355,7 +355,7 @@ function verify_images() { > </td> > <td class="datelastseen">[% itemloo.datelastseen %]</td> > <td><a href="/cgi-bin/koha/catalogue/moredetail.pl?type=[% itemloo.type %]&itemnumber=[% itemloo.itemnumber %]&biblionumber=[% itemloo.biblionumber %]&bi=[% itemloo.biblioitemnumber %]#item[% itemloo.itemnumber %]">[% itemloo.barcode %]</a></td> >- [% IF ( itemloo.enumchron ) %] <td class="enumchron"> >+ [% IF ( volinfo ) %] <td class="enumchron"> > [% IF ( itemdata_enumchron ) %] > [% IF ( itemloo.enumchron ) %] > [% itemloo.enumchron %][% IF ( itemloo.serialseq ) %] -- [% END %] >-- >1.5.6.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 6578
:
4618
| 4622