Bug 24295: Remove GetTransfers from C4/Search.pm
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Mon, 19 Apr 2021 14:59:57 +0000 (15:59 +0100)
committerTomas Cohen Arazi <tomascohen@theke.io>
Fri, 26 Aug 2022 18:42:47 +0000 (15:42 -0300)
commitf6c767677f99a8c2adb58c88469e3002cdcb1522
tree6dea8830b29b20d4b7e5180718abbfbd0b56dbe5
parent68f54437a3e5050474d007434b2acc13bc3494ce
Bug 24295: Remove GetTransfers from C4/Search.pm

This patch removes the final use of GetTransfers from C4::Search.

Test plan
1/ Perform a search that will include results for some items that have
transfers of various states assigned to them
2/ Check the results match expectations (before and after applying the
patch should look the same)
3/ Signoff

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>
C4/Search.pm