Koha/serials
Owen Leonard 2eab2949fc Bug 36511: Some scripts missing a dependency following Bug 24879
These files needed the addition of 'use C4::Auth qw( check_cookie_auth
);'.

To test, apply the patch and restart services.

- If necessary, enable the LocalCoverImages system preference.
- Open the browser console and then the "Network" tab. You can click
  "Images" to filter for the correct kind of request.
- Perform a catalog search. After the search has loaded, check that
  there are no 500 errors in the Network tab.

- Go to Cataloging -> Label creator.
- If necessary, create a label batch and add some items.
- Export your batch and test both the "Download as CSV" and "Download as
  XML" links. Both should trigger the correct download.

- Go to Serials -> Claims, and select a vendor with late issues.
- Select all late issues and click "Download selected claims" at the
  bottom of the page.
- Your CSV file should download correctly.

The file acqui/check_uniqueness.pl has been corrected as well but I'm
not sure how to test it!

Signed-off-by: danyonsewell <danyonsewell@catalyst.net.nz>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
(cherry picked from commit 747f513231)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
(cherry picked from commit 01b22fb71d)
Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
(cherry picked from commit 72cead50b4)
Signed-off-by: Frédéric Demians <f.demians@tamil.fr>
2024-04-15 07:49:13 +00:00
..
acqui-search-result.pl
acqui-search.pl
checkexpiration.pl
claims.pl
create-numberpattern.pl
lateissues-export.pl Bug 36511: Some scripts missing a dependency following Bug 24879 2024-04-15 07:49:13 +00:00
reorder_members.pl
routing-preview.pl Bug 31318: Remove GetItemsInfo from serials/routing-preview 2022-08-16 09:27:15 -03:00
routing.pl
serials-collection.pl
serials-edit.pl Bug 34146: Counterpart for serials-edit 2023-07-18 13:11:36 +00:00
serials-home.pl
serials-search.pl Bug 30718: Use flatpickr's altInput 2022-08-19 08:26:31 -03:00
showpredictionpattern.pl Bug 33901: (bug 30718 follow-up) Predition pattern - don't set end date to today 2023-07-12 09:36:03 +00:00
subscription-add.pl Bug 29697: Use flag embed_items 2022-07-22 15:24:11 -03:00
subscription-batchedit.pl Bug 35073: perltidy subscription-batchedit.pl 2023-11-14 13:40:44 -01:00
subscription-bib-search.pl Bug 33803: Remove comment about tab width 2023-06-12 10:28:26 +00:00
subscription-detail.pl
subscription-frequencies.pl
subscription-frequency.pl
subscription-history.pl
subscription-numberpattern.pl
subscription-numberpatterns.pl Bug 29608: Made so doesn't require full permission 2022-09-07 13:49:53 -07:00
subscription-renew.pl
viewalerts.pl