Bug 34478: Manual fix - change to post - guided_reports
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
This commit is contained in:
parent
ef40adfd8c
commit
b85d77284a
1 changed files with 2 additions and 1 deletions
|
@ -823,8 +823,9 @@
|
|||
</p>
|
||||
[% END %]
|
||||
<!-- Save Anyway Form -->
|
||||
<form method="get" action='/cgi-bin/koha/reports/guided_reports.pl'>
|
||||
<form method="post" action='/cgi-bin/koha/reports/guided_reports.pl'>
|
||||
<!--Every parameter the user issued is provided as a hidden field for recovery-->
|
||||
[% INCLUDE 'csrf-token.inc' %]
|
||||
<input type='hidden' name='id' value='[% id | html %]' />
|
||||
<input type='hidden' name='sql' value='[% sql | html %]' />
|
||||
<input type='hidden' name='reportname' value='[% reportname | html %]' />
|
||||
|
|
Loading…
Reference in a new issue