[Koha-bugs] [Bug 6331] Obsolete marc column in deleteditems

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Dec 20 18:49:37 CET 2013


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

Kyle M Hall <kyle at bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #23230|0                           |1
        is obsolete|                            |

--- Comment #19 from Kyle M Hall <kyle at bywatersolutions.com> ---
Created attachment 23725
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=23725&action=edit
Bug 6331 - Obsolete marc column in deleteditems

There is a difference between "items" and "deleteditems" tables in
"kohastructure.sql" :
"deleteditems" has a field "marc" not existing in "items".

This patch removes this obsolete column.
===
Test :
- suppressing an item, checking the deleted item is properly stored in
deleteditems table
- checking the column marc has been deleted from deleteditems table

Signed-off-by: Mathieu Saby <mathieu.saby at univ-rennes2.fr>
Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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