https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33444
--- Comment #4 from Marcel de Rooy <[email protected]> --- Did you see that you solved a bug here (Koha/REST/V1/Checkouts.pm): AddRenewal( - $checkout->borrowernumber, - $checkout->itemnumber, - $checkout->branchcode, - undef, - undef, - $seen + { + borrowernumber => $checkout->borrowernumber, + itemnumber => $checkout->itemnumber, + branch => $checkout->branchcode, + seen => $seen Seen was in the sixth position before. And should have been 7th. -- 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/
