Summary: | Alternate email contact not displayed | ||
---|---|---|---|
Product: | Koha | Reporter: | Jonathan Druart <jonathan.druart> |
Component: | Patrons | Assignee: | Jonathan Druart <jonathan.druart> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | normal | ||
Priority: | P5 - low | CC: | aleisha, gmcharlt, kyle.m.hall, martin.renvoize, victor |
Version: | unspecified | ||
Hardware: | All | ||
OS: | All | ||
See Also: | https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25070 | ||
Change sponsored?: | --- | Patch complexity: | Trivial patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: |
20.05.00, 19.11.07, 19.05.12
|
|
Circulation function: | |||
Bug Depends on: | 18789 | ||
Bug Blocks: | |||
Attachments: |
Bug 25452: Restore alternate address email display
Bug 25452: Restore alternate address email display Bug 25452: Restore alternate address email display |
Description
Jonathan Druart
2020-05-11 08:56:56 UTC
Caused by commit 0ab22e1c7c6b6e8d14a4fb7478ab2a3d42da347d Bug 18789: Send Koha::Patron object to the templates Created attachment 104655 [details] [review] Bug 25452: Restore alternate address email display Broken since commit 0ab22e1c7c6b6e8d14a4fb7478ab2a3d42da347d Bug 18789: Send Koha::Patron object to the templates Test plan: Create or modify a patron, fill the "email" field of the "alternate address" block (B_email) Go to the detail view of the patron => Without this patch the email is not display => With this patch applied you see it! Created attachment 104665 [details] [review] Bug 25452: Restore alternate address email display Broken since commit 0ab22e1c7c6b6e8d14a4fb7478ab2a3d42da347d Bug 18789: Send Koha::Patron object to the templates Test plan: Create or modify a patron, fill the "email" field of the "alternate address" block (B_email) Go to the detail view of the patron => Without this patch the email is not display => With this patch applied you see it! Signed-off-by: David Nind <david@davidnind.com> Created attachment 105196 [details] [review] Bug 25452: Restore alternate address email display Broken since commit 0ab22e1c7c6b6e8d14a4fb7478ab2a3d42da347d Bug 18789: Send Koha::Patron object to the templates Test plan: Create or modify a patron, fill the "email" field of the "alternate address" block (B_email) Go to the detail view of the patron => Without this patch the email is not display => With this patch applied you see it! Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> https://bugs.koha-community.org/show_bug.cgi?id=25252 Should be string safe Nice work everyone! Pushed to master for 20.05 backported to 19.11.x for 19.11.07 Backported to 19.05.x branch for 19.05.12 |