https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7376
--- Comment #122 from Marcel de Rooy <[email protected]> --- ($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. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
