https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16413
--- Comment #6 from M. Tompsett <[email protected]> --- Comment on attachment 51100 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51100 Bug 16413: Change prototype GetLatestAutoRenewDate Review of attachment 51100: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=16413&attachment=51100) ----------------------------------------------------------------- ::: circ/renew.pl @@ +84,5 @@ > } > if ( $error && ( $error eq 'auto_too_late' ) ) { > $latest_auto_renew_date = > C4::Circulation::GetLatestAutoRenewDate( > + { > + borrower => $borrower->unblessed, shouldn't this be: patron => $borrower->unblessed, ? -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
