Summary: | Add cardnumber and phonenumber columns to the branch overdues circulation report. | ||
---|---|---|---|
Product: | Koha | Reporter: | Frédérick Capovilla <fcapovilla> |
Component: | Circulation | Assignee: | Frédérick Capovilla <fcapovilla> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | fridolin.somers, gmcharlt, kyle.m.hall, marjorie.barry-vila, nengard |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | Sponsored | Patch complexity: | Small patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Attachments: |
Add the borrower's cardnumber and phonenumber to the branch overdues.
[SIGNED-OFF] Add the borrower's cardnumber and phonenumber to the branch overdues. [PASSED QA] Add the borrower's cardnumber and phonenumber to the branch overdues. |
Description
Frédérick Capovilla
2013-12-09 18:52:00 UTC
Comment hidden (obsolete)
Created attachment 24035 [details] [review] [SIGNED-OFF] Add the borrower's cardnumber and phonenumber to the branch overdues. http://bugs.koha-community.org/show_bug.cgi?id=11359 Signed-off-by: Nicole C. Engard <nengard@bywatersolutions.com> All tests pass, this adds data to the Patron column on the overdues with fines report to show the patron's cardnumber and phone number. Created attachment 24213 [details] [review] [PASSED QA] Add the borrower's cardnumber and phonenumber to the branch overdues. http://bugs.koha-community.org/show_bug.cgi?id=11359 Signed-off-by: Nicole C. Engard <nengard@bywatersolutions.com> All tests pass, this adds data to the Patron column on the overdues with fines report to show the patron's cardnumber and phone number. Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> This works as described and passes all tests and QA script. An idea: If we made the line breaks (<br>) dependent on the existance of the phone number/email address we could save some space. Pushed to master. Thanks, Frédérick! Pushed to 3.14.x, will be in 3.14.08 |