X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=Koha%2FREST%2FV1%2FCheckouts.pm;h=e670987bffe7c3d357508dc14ed64435b20db2d9;hb=9d6d641d1f8b77271800f43bc027b651f9aea52b;hp=8fc07181b1190d90cb30b164caeb80716dfbe879;hpb=316dc934d3a792bc233d71372f41d9800fbd73b3;p=srvgit diff --git a/Koha/REST/V1/Checkouts.pm b/Koha/REST/V1/Checkouts.pm index 8fc07181b1..e670987bff 100644 --- a/Koha/REST/V1/Checkouts.pm +++ b/Koha/REST/V1/Checkouts.pm @@ -22,11 +22,11 @@ use Mojo::JSON; use C4::Auth qw( haspermission ); use C4::Context; -use C4::Circulation; +use C4::Circulation qw( AddRenewal ); use Koha::Checkouts; use Koha::Old::Checkouts; -use Try::Tiny; +use Try::Tiny qw( catch try ); =head1 NAME