Bug 35644 - Remove/edit Last Seen date on an item when it was incorrectly marked as seen
Summary: Remove/edit Last Seen date on an item when it was incorrectly marked as seen
Status: CLOSED WORKSFORME
Alias: None
Product: Koha
Classification: Unclassified
Component: Staff interface (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-12-22 17:04 UTC by Angela Berrett
Modified: 2024-12-23 08:06 UTC (History)
2 users (show)

See Also:
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:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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!