Bug 41411

Summary: Streetnumber field is limited to 10 characters despite being tinytext
Product: Koha Reporter: Matt Blenkinsop <matt.blenkinsop>
Component: PatronsAssignee: Matt Blenkinsop <matt.blenkinsop>
Status: Passed QA --- QA Contact: Laura Escamilla <Laura.escamilla>
Severity: enhancement    
Priority: P5 - low CC: gmcharlt, kyle, Laura.escamilla
Version: Main   
Hardware: All   
OS: All   
GIT URL: Initiative type: ---
Sponsorship status: Sponsored Comma delimited list of Sponsors:
Crowdfunding goal: 0 Patch complexity: Trivial patch
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:
Bug Depends on: 41409    
Bug Blocks:    
Attachments: Bug 41411: Remove the input length restriction on streetnumber
Bug 41411: Remove the input length restriction on streetnumber
Bug 41411: Remove the input length restriction on streetnumber

Description Matt Blenkinsop 2025-12-09 17:30:29 UTC
The streetnumber input fields are limited to 10 characters which can be difficult for using house names instead of house numbers
Comment 1 Matt Blenkinsop 2025-12-09 17:37:06 UTC
Created attachment 190382 [details] [review]
Bug 41411: Remove the input length restriction on streetnumber

Test plan:
1) In the intranet, try to add a new patron
2) When typing into the streetnumber field, the string will be truncated after 10 characters
3) Try the same in the OPAC, the field will be limited
4) Repeat for the streetnumber for the alternate addresses
5) Apply patch
6) Repeat steps 1-4, the field should now accept a longer string

Sponsored-by Cheshire West and Chester Council
Comment 2 Owen Leonard 2025-12-10 20:44:54 UTC
Created attachment 190420 [details] [review]
Bug 41411: Remove the input length restriction on streetnumber

Test plan:
1) In the intranet, try to add a new patron
2) When typing into the streetnumber field, the string will be
   truncated after 10 characters
3) Try the same in the OPAC, the field will be limited
4) Repeat for the streetnumber for the alternate addresses
5) Apply patch
6) Repeat steps 1-4, the field should now accept a longer string

Sponsored-by Cheshire West and Chester Council

Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Comment 3 Laura Escamilla 2025-12-22 16:35:12 UTC
Created attachment 190683 [details] [review]
Bug 41411: Remove the input length restriction on streetnumber

Test plan:
1) In the intranet, try to add a new patron
2) When typing into the streetnumber field, the string will be
   truncated after 10 characters
3) Try the same in the OPAC, the field will be limited
4) Repeat for the streetnumber for the alternate addresses
5) Apply patch
6) Repeat steps 1-4, the field should now accept a longer string

Sponsored-by Cheshire West and Chester Council

Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: Laura_Escamilla <laura.escamilla@bywatersolutions.com>