http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10455 Bug ID: 10455 Summary: remove duplicated/redundant bibltioitems.marc field Classification: Unclassified Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Architecture, internals, and plumbing Assignee: gmcharlt@gmail.com Reporter: mtj@kohaaloha.com in Koha, for each bib, we have identical MARC data stored in *two* different columns in the 'biblioitems' table (biblioitems.marcxml and biblioitems.marc) as far as i know, we only need to store this data in one field, not two this patch will attempt to remove code referencing the 'biblioitems.marc' field, and replace it with 'biblioitems.marcxml' -- You are receiving this mail because: You are watching all bug changes.