Koha/serials
Frédéric Demians dff16710ae Bug 26992: Fix serial issue and related items deletion on serial collection page
serial-collection.pl uses C4::Items::DelItemCheck() function which is obsolete.

Test plan:

1. Create a subscription with items created when receiving.
2. Receive several issues, and create corresponding items.
3. On Serial collection page (serial-collection.pl), select several issues.
4. Click on button Delete selected issues
5. A confirmation page is displayed. Enable "Delete associated items?".
   Then click on "Yes, delete" button.

   You get this error: Undefined subroutine &C4::Items::DelItemCheck

6. Apply the patch an repeat steps 3-5.
   Check that issues and related items are deleted.

Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
2020-11-20 08:16:02 +01:00
..
acqui-search-result.pl Bug 25898: Prohibit indirect object notation 2020-10-15 12:56:30 +02:00
acqui-search.pl Bug 25898: Prohibit indirect object notation 2020-10-15 12:56:30 +02:00
add_user_search.pl Bug 25898: Prohibit indirect object notation 2020-10-15 12:56:30 +02:00
checkexpiration.pl Bug 25898: Prohibit indirect object notation 2020-10-15 12:56:30 +02:00
claims.pl Bug 24663: Remove authnotrequired if set to 0 2020-09-03 10:40:35 +02:00
create-numberpattern.pl Bug 25898: Prohibit indirect object notation 2020-10-15 12:56:30 +02:00
lateissues-export.pl Bug 25898: Prohibit indirect object notation 2020-10-15 12:56:30 +02:00
reorder_members.pl Bug 20015: use Modern::Perl in Serials perl script 2018-02-05 09:46:45 -03:00
routing-preview.pl Bug 25898: Prohibit indirect object notation 2020-10-15 12:56:30 +02:00
routing.pl Bug 25898: Prohibit indirect object notation 2020-10-15 12:56:30 +02:00
serials-collection.pl Bug 26992: Fix serial issue and related items deletion on serial collection page 2020-11-20 08:16:02 +01:00
serials-edit.pl Bug 26987: (bug 23463 follow-up) Fix serial receipt if makePreviousSerialAvailable 2020-11-11 16:09:58 +01:00
serials-home.pl Bug 25898: Prohibit indirect object notation 2020-10-15 12:56:30 +02:00
serials-search.pl Bug 25898: Prohibit indirect object notation 2020-10-15 12:56:30 +02:00
showpredictionpattern.pl Bug 25898: Prohibit indirect object notation 2020-10-15 12:56:30 +02:00
subscription-add.pl Bug 24663: Remove authnotrequired if set to 0 2020-09-03 10:40:35 +02:00
subscription-batchedit.pl Bug 25898: Prohibit indirect object notation 2020-10-15 12:56:30 +02:00
subscription-bib-search.pl Bug 25898: Prohibit indirect object notation 2020-10-15 12:56:30 +02:00
subscription-detail.pl Bug 25898: Prohibit indirect object notation 2020-10-15 12:56:30 +02:00
subscription-frequencies.pl Bug 25898: Prohibit indirect object notation 2020-10-15 12:56:30 +02:00
subscription-frequency.pl Bug 25898: Prohibit indirect object notation 2020-10-15 12:56:30 +02:00
subscription-history.pl Bug 25898: Prohibit indirect object notation 2020-10-15 12:56:30 +02:00
subscription-numberpattern.pl Bug 25898: Prohibit indirect object notation 2020-10-15 12:56:30 +02:00
subscription-numberpatterns.pl Bug 25898: Prohibit indirect object notation 2020-10-15 12:56:30 +02:00
subscription-renew.pl Bug 25898: Prohibit indirect object notation 2020-10-15 12:56:30 +02:00
viewalerts.pl Bug 25898: Prohibit indirect object notation 2020-10-15 12:56:30 +02:00