https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37407 Brendan Lawlor <blawlor@clamsnet.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |36192 --- Comment #1 from Brendan Lawlor <blawlor@clamsnet.org> --- This is related to CSRF protection because doing the checkout now requires op=cud-checkout. When you add the item, additem.pl does a redirect to circulation.pl, which is like a GET request so we can't just add the op to the redirect. # additem.pl line 491 if ( $frameworkcode eq 'FA' && $fa_circborrowernumber ) { print $input->redirect( '/cgi-bin/koha/circ/circulation.pl?' Probably not the best solution, but one thought I had was to populate the barcode field in circulation.tt and trigger the checkout button with javascript Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36192 [Bug 36192] [OMNIBUS] CSRF Protection for Koha -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.