Summary: | Fix spacing in address display include | ||
---|---|---|---|
Product: | Koha | Reporter: | Owen Leonard <oleonard> |
Component: | Templates | Assignee: | Owen Leonard <oleonard> |
Status: | Pushed to main --- | QA Contact: | Martin Renvoize (ashimema) <martin.renvoize> |
Severity: | minor | ||
Priority: | P5 - low | CC: | jonathan.druart, martin.renvoize |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | Trivial patch | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: |
25.11.00
|
Circulation function: | |
Bug Depends on: | 38664 | ||
Bug Blocks: | 40320 | ||
Attachments: |
Bug 40319: Fix spacing in address display include
Bug 40319: Fix spacing in address display include |
Description
Owen Leonard
2025-07-07 13:25:30 UTC
Created attachment 183842 [details] [review] Bug 40319: Fix spacing in address display include This patch makes some spacing changes to the address display include in order to prevent address parts (e.g. city, state, zip, etc) from missing spaces in between. To test, apply the patch and locate or edit a patron record to include data in all main address fields. - Check out to the patron and check the display of the address in the sidebar. Confirm that the spacing is correct. - Test with all variations of the AddressFormat system preference. - Test with and without the use of road types (Administration -> Authorized values -> ROADTYPE) and street numbers. Sponsored-by: Athens County Public Libraries (In reply to Jonathan Druart from comment #2) > I've added Cypress tests for this on bug 40320. Thank you! Created attachment 183937 [details] [review] Bug 40319: Fix spacing in address display include This patch makes some spacing changes to the address display include in order to prevent address parts (e.g. city, state, zip, etc) from missing spaces in between. To test, apply the patch and locate or edit a patron record to include data in all main address fields. - Check out to the patron and check the display of the address in the sidebar. Confirm that the spacing is correct. - Test with all variations of the AddressFormat system preference. - Test with and without the use of road types (Administration -> Authorized values -> ROADTYPE) and street numbers. Sponsored-by: Athens County Public Libraries Signed-off-by: Martin Renvoize <martin.renvoize@openfifth.co.uk> Nice work everyone! Pushed to main for 25.11 |