Bug 39663

Summary: Patrons entry in additional fields has wrong header
Product: Koha Reporter: Pedro Amorim <pedro.amorim>
Component: Staff interfaceAssignee: Pedro Amorim <pedro.amorim>
Status: Pushed to main --- QA Contact: Katrin Fischer <katrin.fischer>
Severity: minor    
Priority: P5 - low CC: david, gmcharlt, pedro.amorim
Version: Main   
Hardware: All   
OS: All   
GIT URL: Change sponsored?: ---
Patch complexity: String patch Documentation contact:
Documentation submission: Text to go in the release notes:
This fixes the heading level for Koha administration > Additional parameters > Additional fields > Patrons - from an H3 to an H2 (follow-up to Bug 38662 - Additional fields admin page hard to read).
Version(s) released in:
25.05.00
Circulation function:
Bug Depends on: 38662    
Bug Blocks:    
Attachments: Bug 39663: Fiz header element for Patrons
Bug 39663: Fix header element for Patrons

Description Pedro Amorim 2025-04-17 08:43:57 UTC

    
Comment 1 Pedro Amorim 2025-04-17 08:45:09 UTC
Created attachment 181052 [details] [review]
Bug 39663: Fiz header element for Patrons

Commit https://github.com/Koha-Community/Koha/commit/f42df40 renamed 'Members' to 'Patrons' but didnt adjust h3->h2 as it did with every other entry in this page

Signed-off-by: Pedro Amorim <pedro.amorim@openfifth.co.uk>
Comment 2 David Nind 2025-04-21 13:45:54 UTC
Created attachment 181218 [details] [review]
Bug 39663: Fix header element for Patrons

Commit https://github.com/Koha-Community/Koha/commit/f42df40 renamed 'Members' to 'Patrons' but didnt adjust h3->h2 as it did with every other entry in this page

Signed-off-by: Pedro Amorim <pedro.amorim@openfifth.co.uk>
Signed-off-by: David Nind <david@davidnind.com>
Comment 3 David Nind 2025-04-21 13:49:36 UTC
I fixed the commit message title: Fiz -> Fix

I added my sign-off as well, although probably not needed.
Comment 4 Katrin Fischer 2025-04-22 06:40:21 UTC
Thanks David! :)
Comment 5 Katrin Fischer 2025-04-22 06:51:00 UTC
Pushed for 25.05!

Well done everyone, thank you!