[Koha-bugs] [Bug 29495] Issue link is lost in return claims when using 'MarkLostItemsAsReturned'

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Nov 17 15:12:53 CET 2021


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

Kyle M Hall <kyle at bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kyle at bywatersolutions.com

--- Comment #5 from Kyle M Hall <kyle at bywatersolutions.com> ---
DB update should use primary_key_exists so it is idempotent.

The last patch could add claim object methods that use something like
return Koha::Checkouts->new_from_dbic( $self->_result->issue )
to allow prefetching, but I don't think that's absolutely necessary.

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


More information about the Koha-bugs mailing list