Bug 9763

Summary: Add callnumber column to "print summary" for moremember.pl
Product: Koha Reporter: Kyle M Hall <kyle>
Component: PatronsAssignee: Kyle M Hall <kyle>
Status: CLOSED FIXED QA Contact: Jonathan Druart <jonathan.druart>
Severity: enhancement    
Priority: P5 - low CC: gmcharlt, jonathan.druart, kyle.m.hall, melia
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: Trivial patch
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Attachments: Bug 9763 - Add callnumber column to "print summary" for moremember.pl
[Signed off] Bug 9763 - Add callnumber column to "print summary" for moremember.pl
Bug 9763 - Add callnumber column to "print summary" for moremember.pl

Description Kyle M Hall 2013-03-07 13:58:20 UTC

    
Comment 1 Kyle M Hall 2013-03-07 14:00:23 UTC Comment hidden (obsolete)
Comment 2 Melia Meggs 2013-03-07 19:49:11 UTC Comment hidden (obsolete)
Comment 3 Melia Meggs 2013-03-07 19:52:32 UTC
Marking signed off on behalf of Eli Anthony from Three Rivers Regional Library System.
Comment 4 Jonathan Druart 2013-05-29 10:28:53 UTC
QA comment:

This patch adds a new column to the 'print summary' page.
Simple patch.

Marked as Passed QA.
Comment 5 Jonathan Druart 2013-05-29 10:29:09 UTC
Created attachment 18458 [details] [review]
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

Signed-off-by: Eli Anthony <library.assist@taylorcountygov.com>
Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Comment 6 Galen Charlton 2013-05-29 14:51:23 UTC
Pushed to master.  Thanks, Kyle!