https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28294
--- Comment #58 from Marcel de Rooy <[email protected]> --- FAIL C4/Circulation.pm FAIL pod coverage POD coverage was greater before, try perl -MPod::Coverage=PackageName -e666 => Ignoring this one. Seems to be false. We are just removing one routine. WARN Koha/Item.pm WARN tidiness The file is less tidy than before (bad/messy lines before: 278, now: 279) => Ignoring just one space or so :) @@ -400,7 +400,7 @@ sub ModItemTransfer { $transfer = $item->request_transfer( { to => $to_library, reason => $trigger, [...] reason => $trigger, - replace => 1 + replace => $trigger Just for the record. Reads a bit odd. But unfortunately request_transfer does cancel with the "replace reason".. -- 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/
