Bug 29625: Fix var name in Koha::BiblioUtils get_all_biblios_iterator
authorFridolin Somers <fridolin.somers@biblibre.com>
Thu, 2 Dec 2021 22:21:45 +0000 (12:21 -1000)
committerKyle Hall <kyle@bywatersolutions.com>
Fri, 25 Feb 2022 13:23:45 +0000 (08:23 -0500)
commitb3aa9102bb6b92e35d1b24247a1ba8447f808f51
tree9b7515b8a41c3a442b588c5ad83b3129c5a206b1
parente79a1723c6b10d71a8b82e295836247e52c2fad3
Bug 29625: Fix var name in Koha::BiblioUtils get_all_biblios_iterator

In Koha::BiblioUtils, get_all_biblios_iterator method is a class level method like get_from_biblionumber.
So its first arg should be named $class instead of $self.
Even if this var in not used.

Test plan :
1) Run Elasticsearch full rebuild with and without patch
2) Check all biblio records are in index

Signed-off-by: Michal Denar <black23@gmail.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Koha/BiblioUtils.pm