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)
committerFridolin Somers <fridolin.somers@biblibre.com>
Tue, 22 Feb 2022 01:15:47 +0000 (15:15 -1000)
commit73bb8bbee957378b25bc7ce5300ae030f0ecb643
tree18b4ea931a68f74cdfdeb301091edebf0c6b92d5
parent8d1248db4f19683dba80f6ae4bcba561768fb730
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>
Koha/BiblioUtils.pm