[Koha-bugs] [Bug 3777] Field Sizes Inconsistent

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Nov 22 11:13:41 CET 2017


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3777

Jon Knight <J.P.Knight at lboro.ac.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |J.P.Knight at lboro.ac.uk

--- Comment #12 from Jon Knight <J.P.Knight at 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.


More information about the Koha-bugs mailing list