Summary: | Inventory tool tries to put a time into DateLastSeen | ||
---|---|---|---|
Product: | Koha | Reporter: | Andrew Fuerste-Henry <andrew> |
Component: | Tools | Assignee: | Bugs List <koha-bugs> |
Status: | CLOSED WORKSFORME | QA Contact: | Testopia <testopia> |
Severity: | normal | ||
Priority: | P5 - low | CC: | dcook, dstephen, martin.renvoize |
Version: | 20.05 | ||
Hardware: | All | ||
OS: | All | ||
See Also: | https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28015 | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | --- | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: | Circulation function: | ||
Bug Depends on: | |||
Bug Blocks: | 31143 |
Description
Andrew Fuerste-Henry
2021-05-24 20:40:03 UTC
This may be a red herring. I thought I saw this behavior on a library's site but have been unable to recreate thus far. Still fighting with this, but running theory is it fails in the afternoon if one is using 12-hour time. I've been able to recreate this behavior on 20.05, but only in the afternoon :) To recreate: - Set TimeFormat to 12 Hour - make sure cataloging log is on - wait until afternoon - have an item with barcode "TEST" and callnumber "9999" - in Inventory, upload a text file of just the barcode "TEST," limit inventory to callnumber range 9999-9999 - submit inventory, it tells you it set Date Last Seen to today for 1 item - go to item, confirm it shows a null Date Last Seen - look at the modification log, see Koha tried to put a date and time into Date Last Seen I've tried to replicate the issue on master, but it all seemed to work alright. |