| Summary: | Typo patron.streetype in member-main-address-style.inc | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Fridolin Somers <fridolin.somers> |
| Component: | Templates | Assignee: | Fridolin Somers <fridolin.somers> |
| Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
| Severity: | major | ||
| Priority: | P5 - low | CC: | aleisha, jonathan.druart |
| Version: | Main | ||
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Crowdfunding goal: | 0 |
| Patch complexity: | Trivial patch | Documentation contact: | |
| Documentation submission: | Text to go in the release notes: | ||
| Version(s) released in: |
20.11.00 20.05.01
|
Circulation function: | |
| Bug Depends on: | 25070 | ||
| Bug Blocks: | 25842 | ||
| Attachments: |
Bug 25839: Fix typo patron.streetype in member-main-address-style.inc
Bug 25839: Fix typo patron.streetype in member-main-address-style.inc Bug 25839: Fix typo patron.streetype in member-main-address-style.inc |
||
|
Description
Fridolin Somers
2020-06-22 09:35:21 UTC
Created attachment 106156 [details] [review] Bug 25839: Fix typo patron.streetype in member-main-address-style.inc Typo in member-main-address-style.inc : patron.streetype > patron.streettype Generates error : Template process failed: undef error - The method Koha::Patron->streetype is not covered by tests! Test plan : try create a new patron Created attachment 106165 [details] [review] Bug 25839: Fix typo patron.streetype in member-main-address-style.inc Typo in member-main-address-style.inc : patron.streetype > patron.streettype Generates error : Template process failed: undef error - The method Koha::Patron->streetype is not covered by tests! Test plan : try create a new patron Signed-off-by: Owen Leonard <oleonard@myacpl.org> I couldn't reproduce the error in my tests, but the fix look correct so I signed off. Created attachment 106169 [details] [review] Bug 25839: Fix typo patron.streetype in member-main-address-style.inc Typo in member-main-address-style.inc : patron.streetype > patron.streettype Generates error : Template process failed: undef error - The method Koha::Patron->streetype is not covered by tests! Test plan : try create a new patron Signed-off-by: Owen Leonard <oleonard@myacpl.org> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Pushed to master for 20.11, thanks to everybody involved! backported to 20.05.x for 20.05.01 missing dependencies, not backported to 19.11.x |