Koha/labels
Owen Leonard 01b22fb71d 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>
2024-04-11 15:57:36 +02:00
..
barcode-print.pl
label-create-csv.pl Bug 36511: Some scripts missing a dependency following Bug 24879 2024-04-11 15:57:36 +02:00
label-create-pdf.pl
label-create-xml.pl Bug 36511: Some scripts missing a dependency following Bug 24879 2024-04-11 15:57:36 +02:00
label-edit-batch.pl
label-edit-layout.pl
label-edit-profile.pl
label-edit-range.pl
label-edit-template.pl
label-home.pl
label-item-search.pl
label-manage.pl
label-print.pl
spinelabel-home.pl
spinelabel-print.pl