https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31307 --- Comment #6 from Jonathan Druart <jonathan.druart+koha@gmail.com> --- (In reply to Tomás Cohen Arazi from comment #4)
For the record:
$ git grep already_reserved | grep -v translator
koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reserve.tt: [% IF ( bibitemloo.already_reserved ) %] koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reserve.tt: [% END # / IF bibitemloo.already_reserved %] opac/opac-reserve.pl: $biblioLoopIter{already_reserved} = $biblioData->{already_reserved}; opac/opac-reserve.pl: if ($biblioLoopIter{already_reserved}) {
Yes, the commit message could have been a bit more verbose. The flag was set to $itemLoopIter, which was never used. biblioLoopIter does use it. -- You are receiving this mail because: You are watching all bug changes.