Bug 32779: ERM - Fix import from list
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 1 Feb 2023 13:06:27 +0000 (14:06 +0100)
committerJacob O'Mara <jacob.omara@ptfs-europe.com>
Mon, 6 Feb 2023 15:50:17 +0000 (15:50 +0000)
commita2e4fd53e4bbbd159f4d367ec5549fe42c66ffd1
tree8fc1625d8532f9530c2a9c87a6bab2f112f7d19d
parent857c0015cc47cb6f97d76f9ee8e78ebcbe1d5d78
Bug 32779: ERM - Fix import from list

There is a typo, '$' is missing, which caused the following error:
Use of inherited AUTOLOAD for non-method Koha::BackgroundJob::CreateEHoldingsFromBiblios::fix_coverage() is no longer allowed at /kohadevbox/koha/Koha/BackgroundJob/CreateEHoldingsFromBiblios.pm line 126

Test plan:
Create a list, add an item
Turn on ERM
Create a package
Go to /cgi-bin/koha/erm/eholdings/local/titles
Click "Import from list"
Select the package, then your list, and import
It should succeed

Signed-off-by: Pedro Amorim <pedro.amorim@ptfs-europe.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
(cherry picked from commit d8022865cabf814c6d99882312b8422e3b8326d6)
Signed-off-by: Jacob O'Mara <jacob.omara@ptfs-europe.com>
Koha/BackgroundJob/CreateEHoldingsFromBiblios.pm