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

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Jan 28 15:51:26 CET 2013


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

--- Comment #11 from Nicole C. Engard <nengard at gmail.com> ---
Well originally I was just reporting the address fields.  


`address` mediumtext NOT NULL,
  `address2` text,
  `city` mediumtext NOT NULL,

`B_address` varchar(100) default NULL,
  `B_address2` text default NULL,
  `B_city` mediumtext,


`altcontactaddress1` varchar(255) default NULL,
  `altcontactaddress2` varchar(255) default NULL,
  `altcontactaddress3` varchar(255) default NULL,


So the others can be in a different bug report.

-- 
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