[Koha-bugs] [Bug 16413] Prototype for GetLatestAutoRenewDate and GetSoonestRenewDate should be changed

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jan 5 21:17:38 CET 2017


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16413

--- Comment #5 from M. Tompsett <mtompset at hotmail.com> ---
Comment on attachment 51101
  --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51101
Bug 16413: Change prototype of GetSoonestRenewDate

Review of attachment 51101:
 --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=16413&attachment=51101)
-----------------------------------------------------------------

::: circ/renew.pl
@@ +78,5 @@
>  
>                  if ( $error && ($error eq 'too_soon' or $error eq 'auto_too_soon') ) {
>                      $soonest_renew_date = C4::Circulation::GetSoonestRenewDate(
> +                        {
> +                            borrower => $borrower->unblessed,

shouldn't this be:
patron => $borrower->unblessed,
?

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list