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 Cormack <chrisc@catalyst.net.nz>
Tue, 4 Oct 2011 20:57:59 +0000 (09:57 +1300)
commitb1e6aadf56fa8036eb9dc9e55b4bb6a50e5d26a8
tree9c8d989d0d3653fd8a3100b30df39c04ea1053e6
parent1d89ab22c973311939c3664ebb886ede713c0df2
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>
C4/Items.pm