https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36873 --- Comment #2 from Tomás Cohen Arazi <tomascohen@gmail.com> --- Created attachment 166791 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=166791&action=edit Bug 36873: Make Koha::Objects->delete pass parameters to the underlying method This patch makes the generic method pass any parameters it got passed to the underlying `delete()` method. To test: 1. Apply the unit tests patch 2. Run: $ ktd --shell k$ prove t/db_dependent/Koha/Objects.t => FAIL: Tests fail, parameters are not passed 3. Apply this patch 4. Repeat 2 => SUCCESS: Tests pass! 5. Sign off :-D Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> -- You are receiving this mail because: You are watching all bug changes.