]> git.koha-community.org Git - koha.git/commit
Bug 6867: Date last seen ignored on import
authorD Ruth Bavousett <ruth@bywatersolutions.com>
Tue, 4 Oct 2011 14:37:33 +0000 (07:37 -0700)
committerChris Nighswonger <chris.nighswonger@gmail.com>
Sat, 8 Oct 2011 21:47:42 +0000 (17:47 -0400)
commit37ef2f1830d98a75a302d2d8c1dfc294ba230619
tree102a19fe88576e02ce16ac58c50f0323b102a3dd
parent4c774d23f9049929b97c7c416ec3196ce4628305
Bug 6867: Date last seen ignored on import

The date last seen field (952 $r) and replacement price date (952 $w) were being
ignored on import, being replaced with NOW() as a hardcoded value.  This patch will
allow a value to be imported, but if none is, it will use the ISO date of import
as a default.

Signed-off-by: Nicole C. Engard <nengard@bywatersolutions.com>
Signed-off-by: Ian Walls <ian.walls@bywatersolutions.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
(cherry picked from commit b1e6aadf56fa8036eb9dc9e55b4bb6a50e5d26a8)

Signed-off-by: Chris Nighswonger <chris.nighswonger@gmail.com>
C4/Items.pm