https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3777 Jon Knight <J.P.Knight@lboro.ac.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |J.P.Knight@lboro.ac.uk --- Comment #12 from Jon Knight <J.P.Knight@lboro.ac.uk> --- I'm just trawling through old REOPENed cases and I see that the current (17.05) borrower schema still has the inconsistencies in the addresses. As this was reopened because it was proving to be an issue for some addresses longer than 100 characters, is it worth just attacking just those fields to make them all match the address versions? In other words make these field changes in the borrowers table schema: B_address mediumtext NOT NULL, B_address2 text, B_city mediumtext NOT NULL, and altcontactaddress1 mediumtext NOT NULL, altcontactaddress2 text, altcontactaddress3 mediumtext NOT NULL, -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes.