[Koha-bugs] [Bug 33580] Bring back ability to mark item as seen via SIP2 item information request

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri May 12 11:07:28 CEST 2023


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33580

--- Comment #4 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
No blocker, but it is a bit obscure how the values of this option work. The
documentation is quite poor..
The name could be improved too?

+        my $seen = $account->{seen_on_item_information};
+        ModDateLastSeen( $item->itemnumber, $seen eq 'keep_lost' ) if $seen;

+             seen_on_item_information="mark_found"> <!-- could be "keep_lost",
empty to disable -->

Nevertheless passing QA to fix a regression.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list