Bug 35644

Summary: Remove/edit Last Seen date on an item when it was incorrectly marked as seen
Product: Koha Reporter: Angela Berrett <angela.berrett>
Component: Staff interfaceAssignee: Bugs List <koha-bugs>
Status: CLOSED WORKSFORME QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: angela.berrett, gmcharlt
Version: Main   
Hardware: All   
OS: All   
GIT URL: Initiative type: ---
Sponsorship status: --- Comma delimited list of Sponsors:
Crowdfunding goal: 0 Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:

Description Angela Berrett 2023-12-22 17:04:45 UTC
Items are run through inventory and marked as Seen.  Sometimes a barcode was keyed in wrong or the barcode was incorrectly assigned (switched between two copies of the same book) and that book was not actually seen.  

When editing an item record the field for Date Last Seen is not listed and therefore not editable.  We would like the ability to clear or adjust the date in this field for books that were accidentally run through Inventory.
Comment 1 Katrin Fischer 2023-12-23 11:22:41 UTC
Hi Angela, you can crate a capital letter subfield in your MARC frameworks and map the datelastesen column to it. That will make it visible and you will be able to edit it in the item form.
Comment 2 Katrin Fischer 2023-12-23 11:22:57 UTC
Something like 952$L or so would work.
Comment 3 Angela Berrett 2023-12-27 15:32:00 UTC
(In reply to Katrin Fischer from comment #2)
> Something like 952$L or so would work.

Found it built in to 952$R.  Thanks!