When you add biblios with embedded items and 952$r contains the date last seen, Koha ignores the data and sets datelastseen to NOW() by default.
Created attachment 5693 [details] [review] Proposed patch
Created attachment 5695 [details] [review] [SIGNED-OFF] 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>
Maintains current default behavior, but allows for more data to be imported. Easy to read, marking as Passed QA
Pushed, please test