https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37407
Brendan Lawlor <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |36192 --- Comment #1 from Brendan Lawlor <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
