Bug 29788: Make Koha::Item->safe_to_delete use Koha::Result::Boolean
[koha.git] / misc / cronjobs / delete_items.pl
2022-01-11 Jonathan DruartBug 29788: Make Koha::Item->safe_to_delete use Koha...
2022-01-10 Tomas Cohen AraziBug 29794: (follow-up) Add license
2022-01-10 Tomas Cohen AraziBug 29794: Add missing include in delete_items.pl
2021-07-16 Jonathan DruartBug 17600: Standardize our EXPORT_OK
2021-05-19 Nick ClemensBug 28255: Follow up to bug 23463 - use item_object...
2020-03-23 Jonathan DruartBug 23463: Remove DelItemCheck and ItemSafeToDelete
2019-04-10 Martin RenvoizeBug 22600: Set 'commandline' interface appropriately
2019-04-10 Martin RenvoizeBug 22600: Add 'cron' to interface types and set approp...
2016-08-26 Tomas Cohen AraziBug 14504: (followup) Make deletion conditional on...
2016-08-26 Barton ChittendenBug 14504: (QA followup) Change argument --criteria...
2016-08-26 Barton ChittendenBug 14504: (QA followup) Fix error causing item not...
2016-08-26 Barton ChittendenBug 14504: (QA followup) fix test transaction, book_on_loan
2016-08-26 Barton Chittendenbug 14504: (QA followup) fixing DelItemCheck arguments
2016-08-26 Barton ChittendenBug 14504: (QA followup) use TestBuilder, remove do_not...
2016-08-26 Barton Chittendenbug 14504: use C4::Items::DelItemCheck in delete_items.pl
2016-08-26 Barton ChittendenBug 14504: (QA followup)
2016-08-26 Barton ChittendenBug 14504: Add delete_items.pl: a command line batch...