Bug 34478: Manual fix - change to get remove csrf token - barcode-print
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
This commit is contained in:
parent
accf556340
commit
0e4f0292af
1 changed files with 1 additions and 2 deletions
|
@ -68,8 +68,7 @@
|
|||
[% INCLUDE 'messages.inc' %]
|
||||
<h2>Barcode image generator</h2>
|
||||
|
||||
<form action="/cgi-bin/koha/svc/barcode" method="post" id="barcodegen">
|
||||
[% INCLUDE 'csrf-token.inc' %]
|
||||
<form action="/cgi-bin/koha/svc/barcode" id="barcodegen" method="get" >
|
||||
<fieldset class="brief">
|
||||
<div class="row">
|
||||
<div class="col-sm-6">
|
||||
|
|
Loading…
Reference in a new issue