Bug 34478: Move to get for modborrowers
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 13 Feb 2024 08:06:13 +0000 (09:06 +0100)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 1 Mar 2024 09:59:04 +0000 (10:59 +0100)
commitcf445df109fedd3ee663396f9347a75d19a46c7e
treea50b71b6a3ff49dec342e30da21795d0f2a1372d
parentf1ecd4eef11cfa5d807ec66c63d963a56367e571
Bug 34478: Move to get for modborrowers

Bug 34478: [TO SQUASH] tools/modborrowers

We actually want to POST here to not reach the limit of a GET request.
It also fixes the following warning in the console:
  Form contains enctype=multipart/form-data, but does not contain method=post.  Submitting normally with method=GET and no enctype instead.

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
tools/modborrowers.pl