Bugzilla – Attachment 185473 Details for
Bug 36789
Transform a booking into checkout
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36789: (follow-up) Fix CSRF Token missing
Bug-36789-follow-up-Fix-CSRF-Token-missing.patch (text/plain), 1.33 KB, created by
Paul Derscheid
on 2025-08-15 16:02:39 UTC
(
hide
)
Description:
Bug 36789: (follow-up) Fix CSRF Token missing
Filename:
MIME Type:
Creator:
Paul Derscheid
Created:
2025-08-15 16:02:39 UTC
Size:
1.33 KB
patch
obsolete
>From 4b5c0524c5ab50c547260157c4f0fd4830aad969 Mon Sep 17 00:00:00 2001 >From: Thibaud Guillot <thibaud.guillot@biblibre.com> >Date: Mon, 10 Jun 2024 12:15:03 +0200 >Subject: [PATCH] Bug 36789: (follow-up) Fix CSRF Token missing > >Signed-off-by: David Nind <david@davidnind.com> >Signed-off-by: Olivier V <olivier.vezina@inLibro.com> >Signed-off-by: Paul Derscheid <paul.derscheid@lmscloud.de> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/bookings/list.tt | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/bookings/list.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/bookings/list.tt >index 990ada83b81..74bc775175b 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/bookings/list.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/bookings/list.tt >@@ -416,6 +416,7 @@ > ); > result += ` > <form name="checkout-transform" method="post" action="/cgi-bin/koha/circ/circulation.pl?borrowernumber=%s"> >+ [% INCLUDE 'csrf-token.inc' %] > <input type="hidden" name="op" value="cud-checkout"/> > <input type="hidden" name="borrowernumber" value="%s"/> > <input type="hidden" name="barcode" value="%s"/> >-- >2.39.5
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 36789
:
166213
|
167191
|
167242
|
167246
|
167268
|
167307
|
167309
|
167311
|
167368
|
167369
|
167602
|
167906
|
167907
|
170198
|
171553
|
171554
|
171555
|
172058
|
172059
|
172060
|
176452
|
176453
|
176489
|
185472
|
185473
|
185474
|
185878
|
185879
|
185880