Bugzilla – Attachment 2204 Details for
Bug 4837
Circulation Print Page uses incorrect heading / incorrect information
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
0001-bug-4837-make-circ-print-page-show-item-type-descrip.patch (text/plain), 1.21 KB, created by
Nicole C. Engard
on 2010-06-02 22:55:28 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Nicole C. Engard
Created:
2010-06-02 22:55:28 UTC
Size:
1.21 KB
patch
obsolete
>From a5319e15f9c41e289f5be56057b192bfbeae9dd5 Mon Sep 17 00:00:00 2001 >From: Nicole Engard <nengard@bywatersolutions.com> >Date: Mon, 31 May 2010 19:17:19 -0400 >Subject: [PATCH] bug 4837 make circ print page show item type description >Content-Type: text/plain; charset="utf-8" > >--- > .../prog/en/modules/members/moremember-print.tmpl | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember-print.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember-print.tmpl >index e395e3f..151c98d 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember-print.tmpl >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember-print.tmpl >@@ -21,7 +21,7 @@ > <tr> > <th>Title</th> > <th>Author</th> >- <th>Format</th> >+ <th>Item Type</th> > <th>Date Due</th> > <th>Charge</th> > <th>Price</th> >@@ -36,7 +36,7 @@ > </a> > </td> > <td><!-- TMPL_VAR NAME="author" --></td> >- <td><!-- TMPL_VAR NAME="itemtype" --></td> >+ <td><!-- TMPL_VAR NAME="itemtype_description" --></td> > <td><!-- TMPL_VAR NAME="date_due" --></td> > <td><!-- TMPL_VAR NAME="charge" --></td> > <td><!-- TMPL_VAR NAME="replacementprice" --></td> >-- >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 4837
:
2188
| 2204