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: [email protected]
Reporter: [email protected]
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/