Bug 9763 - Add callnumber column to "print summary" for moremember.pl
Summary: Add callnumber column to "print summary" for moremember.pl
Status: CLOSED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: Patrons (show other bugs)
Version: master
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Kyle M Hall
QA Contact: Jonathan Druart
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-07 13:58 UTC by Kyle M Hall
Modified: 2014-12-07 20:02 UTC (History)
4 users (show)

See Also:
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 (1.67 KB, patch)
2013-03-07 14:00 UTC, Kyle M Hall
Details | Diff | Splinter Review
[Signed off] Bug 9763 - Add callnumber column to "print summary" for moremember.pl (1.74 KB, patch)
2013-03-07 19:49 UTC, Melia Meggs
Details | Diff | Splinter Review
Bug 9763 - Add callnumber column to "print summary" for moremember.pl (1.81 KB, patch)
2013-05-29 10:29 UTC, Jonathan Druart
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
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!