Bug 9221 - contact note not showing
Summary: contact note not showing
Status: CLOSED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: Patrons (show other bugs)
Version: Main
Hardware: All All
: P5 - low normal (vote)
Assignee: Owen Leonard
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-05 23:19 UTC by Nicole C. Engard
Modified: 2015-06-04 23:33 UTC (History)
3 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 9221 - contact note not showing (2.98 KB, patch)
2014-07-16 18:25 UTC, Owen Leonard
Details | Diff | Splinter Review
Bug 9221 - contact note not showing (3.02 KB, patch)
2014-07-25 13:49 UTC, Jonathan Druart
Details | Diff | Splinter Review
[PASSED QA] Bug 9221 - contact note not showing (3.10 KB, patch)
2014-07-27 22:08 UTC, Katrin Fischer
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Nicole C. Engard 2012-12-05 23:19:39 UTC
The contact note on the alternate address doesn't show in the opac or the staff client. It should show at least in the staff client.
Comment 1 Owen Leonard 2014-07-16 18:25:34 UTC Comment hidden (obsolete)
Comment 2 Jonathan Druart 2014-07-25 13:49:22 UTC Comment hidden (obsolete)
Comment 3 Katrin Fischer 2014-07-27 22:08:56 UTC
Created attachment 30164 [details] [review]
[PASSED QA] Bug 9221 - contact note not showing

The contents of the contact note field are not displayed on the patron
detail page in the staff client. This patch corrects this.

This patch also corrects the case of the "Contact note" label in the
OPAC patron details form (Log in -> Your personal details).

To test, apply the patch and edit a patron to add data to the contact
note field. Save and view the detail page for that patron. The contents
of the contact note field should appear under the alternate address
data.

In the OPAC the contact note field label should have correct
capitalization.

Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Works as described.
Comment 4 Tomás Cohen Arazi 2014-07-30 14:12:55 UTC
Patch pushed to master.

Thanks Owen!