[Koha-bugs] [Bug 7376] Transfer limits should be checked at check-in

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jan 27 11:24:12 CET 2023


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

--- Comment #122 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
($returnallowed, $message) = CanBookBeReturned($item, $branch,
[$transferbranch])
=> Please explain transferbranch parameter in POD.

        my $to_library   = Koha::Libraries->find($transferbranch);
        if ( !$item->can_be_transferred({ from => $from_library, to =>
$to_library }) ) {
            $allowed = 0;
            $message = $transferbranch;
        }
$message looks a bit odd. You can't transfer to transfer here. And you are
suggesting it actually in message?

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


More information about the Koha-bugs mailing list