Bugzilla – Attachment 15930 Details for
Bug 9763
Add callnumber column to "print summary" for moremember.pl
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 9763 - Add callnumber column to "print summary" for moremember.pl
Bug-9763---Add-callnumber-column-to-print-summary-.patch (text/plain), 1.67 KB, created by
Kyle M Hall (khall)
on 2013-03-07 14:00:23 UTC
(
hide
)
Description:
Bug 9763 - Add callnumber column to "print summary" for moremember.pl
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2013-03-07 14:00:23 UTC
Size:
1.67 KB
patch
obsolete
>From 9114e356f33fcce0986b953783477d849b759200 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Thu, 7 Mar 2013 08:56:59 -0500 >Subject: [PATCH] Bug 9763 - Add callnumber column to "print summary" for moremember.pl > >Test plan: >1) Apply patch >2) Check out some items to a borrower >3) Choose "Print summary" from the "Print" pulldown >4) Observe the new callnumber column after "Author: and before "Item type" >5) Note that the totals in the footer are still aligned correctly >--- > .../prog/en/modules/members/moremember-print.tt | 4 +++- > 1 files changed, 3 insertions(+), 1 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember-print.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember-print.tt >index 9665ab3..0c5486e 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember-print.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember-print.tt >@@ -30,6 +30,7 @@ > <tr> > <th>Title</th> > <th>Author</th> >+ <th>Call no</th> > <th>Item type</th> > <th>Date due</th> > <th>Charge</th> >@@ -45,6 +46,7 @@ > </a> > </td> > <td>[% issueloo.author %]</td> >+ <td>[% issueloo.itemcallnumber %]</td> > <td>[% issueloo.itemtype_description %]</td> > <td>[% issueloo.date_due %]</td> > <td>[% issueloo.charge %]</td> >@@ -53,7 +55,7 @@ > </tr> > [% END %] > <tr> >- <td colspan="4" style="text-align: right; font-weight:bold;">Totals:</td> >+ <td colspan="5" style="text-align: right; font-weight:bold;">Totals:</td> > <td>[% totaldue %]</td> > <td>[% totalprice %]</td> > <td colspan="2"> </td> >-- >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 9763
:
15930
|
15956
|
18458