22 Sep
2020
22 Sep
'20
6:01 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26509 --- Comment #2 from Tomás Cohen Arazi <tomascohen@gmail.com> --- Created attachment 110564 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=110564&action=edit Bug 26509: Add Koha::Items->safe_delete This patch adds a handy method that can be used to call safe_delete on a resultset. To test: 1. Apply this patch 2. Run: $ kshell k$ prove t/db_dependent/Koha/Items.t => SUCCESS: Tests pass! 3. Sign off :-D -- You are receiving this mail because: You are watching all bug changes.