Bug 34478: Manual fix - change post to get - admin/currency
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
This commit is contained in:
parent
fd03feab5d
commit
800a788504
1 changed files with 1 additions and 2 deletions
|
@ -3,8 +3,7 @@
|
|||
<div id="header_search" role="tablist">
|
||||
<div class="tab-content">
|
||||
<div id="currency_search" role="tabpanel" class="tab-pane active">
|
||||
<form action="[% script_name | html %]" method="post">
|
||||
[% INCLUDE 'csrf-token.inc' %]
|
||||
<form action="/cgi-bin/koha/admin/currency.pl" method="get">
|
||||
<div class="form-title">
|
||||
<label class="control-label" for="description"><span class="control-text">Search currencies</span> <i class="fa-solid fa-fw fa-dollar-sign" aria-hidden="true"></i></label>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue