From d9eaa7079ffa4a2c8806a8db2020244c7b8f50be Mon Sep 17 00:00:00 2001
From: Sebastian Kehr <kehr@ub.uni-leipzig.de>
Date: Wed, 8 Jan 2020 11:37:51 +0100
Subject: [PATCH] refs #16715 [master-v5] fix wrong name in ils hold logic
 service factory definition

---
 module/finc/config/module.config.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/module/finc/config/module.config.php b/module/finc/config/module.config.php
index babf9b01b08..7ff72940c25 100644
--- a/module/finc/config/module.config.php
+++ b/module/finc/config/module.config.php
@@ -12,7 +12,7 @@ $config = [
             'VuFind\Cache\Manager' => 'finc\Service\Factory::getCacheManager',
             'VuFind\BranchesReader' => 'finc\Service\Factory::getBranchesReader',
             'VuFind\ILS\Connection' => 'finc\Service\Factory::getILSConnection',
-            'VuFind\ILS\Logic\Hold' => 'finc\Service\Factory::getILSHoldLogic',
+            'VuFind\ILS\Logic\Holds' => 'finc\Service\Factory::getILSHoldLogic',
             'finc\Rewrite' => 'finc\Rewrite\Factory',
             'VuFind\Export' => 'finc\Service\Factory::getExport',
             'VuFind\SessionManager' => 'finc\Session\ManagerFactory',
-- 
GitLab