Koha/serials
Owen Leonard 747f513231
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>
2024-04-10 09:09:50 +02: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-10 09:09:50 +02:00
reorder_members.pl
routing-preview.pl Bug 36195: serials/routing-preview.pl - Fix save and preview 2024-03-12 17:47:26 +01:00
routing.pl Bug 35329: Handle duplicate without 500 2024-03-01 11:01:26 +01:00
serials-collection.pl Bug 34478: Manual fix - change to post remove cud from confirm step - serials-collection 2024-03-01 10:56:44 +01:00
serials-edit.pl Bug 34478: op =~ ^cud- in pl/pm 2024-03-01 10:56:11 +01:00
serials-home.pl
serials-search.pl Bug 31846: Add syspref for serials search results limit 2023-10-25 10:35:27 -03:00
showpredictionpattern.pl Bug 33901: (bug 30718 follow-up) Predition pattern - don't set end date to today 2023-06-09 08:41:53 -03:00
subscription-add.pl Bug 34478: Manual fix - serials/subscription-add.pl 2024-03-01 11:00:02 +01:00
subscription-batchedit.pl Bug 34478: Add 'op' to serials/subscription-batchedit 2024-03-01 10:58:18 +01:00
subscription-bib-search.pl Bug 34478: Corrections to some serials scripts 2024-03-01 11:00:10 +01:00
subscription-detail.pl Bug 36195: serials/routing-preview.pl - Fix save and preview 2024-03-12 17:47:26 +01:00
subscription-frequencies.pl Bug 34478: op =~ ^cud- in pl/pm 2024-03-01 10:56:11 +01:00
subscription-frequency.pl
subscription-history.pl Bug 34478: op =~ ^cud- in pl/pm 2024-03-01 10:56:11 +01:00
subscription-numberpattern.pl
subscription-numberpatterns.pl Bug 34478: Update numbering patterns modification and deletion 2024-03-01 10:59:41 +01:00
subscription-renew.pl Bug 34478: Adjust 'op' on serials/subscription-renew 2024-03-01 11:00:16 +01:00
viewalerts.pl