bug 3099: fix copying patron info to deletedborrowers (DB rev 018)
authorGalen Charlton <galen.charlton@liblime.com>
Wed, 8 Apr 2009 20:52:05 +0000 (15:52 -0500)
committerGalen Charlton <galen.charlton@liblime.com>
Wed, 8 Apr 2009 20:54:18 +0000 (15:54 -0500)
commit74cb2f666e3bf1478dca979e2aae68a36a2acd97
tree7dc20d6490ea258d11bc5b52b5ec51ae273bcc08
parent5cf66ad6ddc711da6521cf17ae54ea530c573167
bug 3099: fix copying patron info to deletedborrowers (DB rev 018)

Fixes the following problem:

When deleting a patron record via the intranet or the cleanborrowers tool,
patron records are deleted but are not copied to deletedborrowers.
C4::Members::MoveMemberToDeleted() fails with the following error:

deletemem.pl: DBD::mysql::st execute failed: Column count doesn't match value
count at row 1 at C4/Members.pm line 1672.,

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
installer/data/mysql/kohastructure.sql
installer/data/mysql/updatedatabase.pl
kohaversion.pl