View | Details | Raw Unified | Return to bug 12662
Collapse All | Expand All

(-)a/svc/checkin (-2 / +1 lines)
Lines 23-29 use CGI; Link Here
23
use JSON qw(to_json);
23
use JSON qw(to_json);
24
24
25
use C4::Circulation;
25
use C4::Circulation;
26
use C4::Items qw(GetBarcodeFromItemnumber);
26
use C4::Items qw(GetBarcodeFromItemnumber GetItem);
27
use C4::Context;
27
use C4::Context;
28
use C4::Auth qw(check_cookie_auth);
28
use C4::Auth qw(check_cookie_auth);
29
29
30
- 

Return to bug 12662