Bug 34478: Changes for overduerules.tt (remove POST for branch selection)
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
This commit is contained in:
parent
e4abc27635
commit
159b9bbcf2
1 changed files with 1 additions and 2 deletions
|
@ -41,8 +41,7 @@
|
||||||
<p>If you want Koha to trigger an action (send a letter or restrict a member), a delay value is required.</p>
|
<p>If you want Koha to trigger an action (send a letter or restrict a member), a delay value is required.</p>
|
||||||
<p>Columns must be filled left to right: if the first column is blank, other columns will be ignored. </p>
|
<p>Columns must be filled left to right: if the first column is blank, other columns will be ignored. </p>
|
||||||
</div>
|
</div>
|
||||||
<form method="post" action="/cgi-bin/koha/tools/overduerules.pl" id="selectlibrary">
|
<form method="get" action="/cgi-bin/koha/tools/overduerules.pl" id="selectlibrary">
|
||||||
[% INCLUDE 'csrf-token.inc' %]
|
|
||||||
<label for="branch">Select a library:</label>
|
<label for="branch">Select a library:</label>
|
||||||
<select id="branch" name="branch">
|
<select id="branch" name="branch">
|
||||||
<option value="">Default</option>
|
<option value="">Default</option>
|
||||||
|
|
Loading…
Reference in a new issue