]> git.koha-community.org Git - koha.git/commit
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)
committerAndrew Fuerste-Henry <andrew@bywatersolutions.com>
Mon, 7 Mar 2022 20:54:13 +0000 (20:54 +0000)
commit92987024cc29cbf248b2b61cd7ff9d72b5055d3a
treeda11f9c98c89640c15699d443c86b9815acf1294
parentb4b0fc460feeb73ec5031b98a55242a32563c105
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>
(cherry picked from commit b3aa9102bb6b92e35d1b24247a1ba8447f808f51)
Koha/BiblioUtils.pm