]> git.koha-community.org Git - koha.git/commit
Bug 7614: Consider transfer limits in Koha::Template::Plugin::Branches
authorKyle M Hall <kyle@bywatersolutiosn.com>
Wed, 15 Aug 2018 18:27:45 +0000 (14:27 -0400)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Thu, 31 Jan 2019 16:31:26 +0000 (16:31 +0000)
commite7aee400d11d075f5e2c0028d9ed981541d3c60d
tree1304c9be4a19200e0030d789ce602f224c4fa142
parentf02dbfe16552b534f8239579c016cc78f1aeb943
Bug 7614: Consider transfer limits in Koha::Template::Plugin::Branches

Consider transfer limits in Koha::Template::Plugin::Branches->pickup_locations.

This patch modified the mentioned method to consider branch transfer limits and
does not include any library in the returned list of libraries in case a branch
transfer limit applies for a given book or item.

To be tested in following patches.

Signed-off-by: Bob Bennhoff <bbennhoff@clicweb.org>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
(cherry picked from commit 02d3d4a8f55e5164f7bb2b87fe1cbbb6b607355d)
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Koha/Template/Plugin/Branches.pm