Summary: | datelastseen is not imported from marc file | ||
---|---|---|---|
Product: | Koha | Reporter: | Joy Nelson <1joynelson> |
Component: | MARC Bibliographic record staging/import | Assignee: | D Ruth Holloway <ruth> |
Status: | CLOSED FIXED | QA Contact: | Bugs List <koha-bugs> |
Severity: | normal | ||
Priority: | PATCH-Sent (DO NOT USE) | CC: | chris, koha.sekjal, nengard |
Version: | unspecified | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Attachments: |
Proposed patch
[SIGNED-OFF] Bug 6867: Date last seen ignored on import |
Description
Joy Nelson
2011-09-13 13:52:19 UTC
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 |