https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22330

--- Comment #7 from Josef Moravec <josef.mora...@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.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to