Koha/offline_circ
Owen Leonard 159a1a76c3 Bug 30525: Items batch modification broken
This patch modifies instances in the code which try to get cookies
using:

my %cookies = parse CGI::Cookie($cookie);

In some cases the relevant lines can be removed because they are unused.
In others it can be replaced with:

my %cookies = CGI::Cookie->fetch();

To test, apply the patch and restart_all. Test the following pages to
confirm they load without errors:

- Circulation -> Offline circulation file upload
- Circulation -> Offline circulation -> Add to queue

- Tools -> Batch item modification
- Tools -> Stage MARC for import
- Tools -> Staged MARC management
- Tools -> Batch patron modification
- Tools -> Upload local cover image

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
2022-04-21 13:41:36 -10:00
..
download.pl Bug 29255: Built-in offline circulation broken with SQL error 2021-11-15 12:38:39 +01:00
enqueue_koc.pl Bug 30525: Items batch modification broken 2022-04-21 13:41:36 -10:00
list.pl Bug 17600: Standardize our EXPORT_OK 2021-07-16 08:58:47 +02:00
process.pl Bug 17600: Standardize our EXPORT_OK 2021-07-16 08:58:47 +02:00
process_koc.pl Bug 30525: Items batch modification broken 2022-04-21 13:41:36 -10:00
service.pl Bug 28785: Adjust check_cookie_auth calls 2021-10-18 11:28:41 +02:00