Bug 24295: Remove GetTransfers from svc/holds
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Mon, 15 Mar 2021 16:24:03 +0000 (16:24 +0000)
committerTomas Cohen Arazi <tomascohen@theke.io>
Fri, 26 Aug 2022 18:42:31 +0000 (15:42 -0300)
commit3c6fb4edda1f462f8e16209e5f68b0942cfb35b2
tree44c19bbc8c8de374a0d9be0bf4632b5cde757c7f
parent8dab736b76fbe7ae2bbbc62a0e5a133076cbd56d
Bug 24295: Remove GetTransfers from svc/holds

This patch replaces the call to C4::GetTransfers in svc/holds with a
call to the get_transfer method in the Koha::Item object.

Rebased-by: Joonas Kylmälä <joonas.kylmala@iki.fi>
Signed-off-by: Joonas Kylmälä <joonas.kylmala@iki.fi>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
svc/holds