27 Jan
2023
27 Jan
'23
11:24 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7376 --- Comment #122 from Marcel de Rooy <m.de.rooy@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.