https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22330 --- Comment #7 from Josef Moravec <josef.moravec@gmail.com> --- Comment on attachment 85067 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=85067 Bug 22330: Transfer limits should be respected for placing holds in staff interface and APIs Review of attachment 85067: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=22330&attachment=85067) ----------------------------------------------------------------- ::: C4/Reserves.pm @@ +34,3 @@
use C4::Letters; use C4::Log; +use C4::Members qw();
C4::Members is just few lines above with full import... @@ +48,4 @@
use Koha::ItemTypes; +use Koha::Items; +use Koha::Libraries; +use Koha::Libraries;
The same use line twice. -- You are receiving this mail because: You are watching all bug changes.