@@ -, +, @@ system preference settings enabled - enable "InProcessingToShelvingCart" or "ReturnToShelvingCart" - for a sample patron with 1+ checkouts, try to check in some item[s] - observe that clicking "Renew or return checked items" button only - follow the steps above to reproduce this bug - apply patch - redo the test; ensure that this issue is no longer reproductible. --- svc/checkin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/svc/checkin +++ a/svc/checkin @@ -23,7 +23,7 @@ use CGI; use JSON qw(to_json); use C4::Circulation; -use C4::Items qw(GetBarcodeFromItemnumber); +use C4::Items qw(GetBarcodeFromItemnumber GetItem); use C4::Context; use C4::Auth qw(check_cookie_auth); --