https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27892 Tomás Cohen Arazi <tomascohen@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tomascohen@gmail.com --- Comment #1 from Tomás Cohen Arazi <tomascohen@gmail.com> --- The easy fix would be to call: $schema->resultset('VendorEdiAccount')->search->delete; but are we hiding some error? On the other hand, we might want the query to fail, so we can notify deleting is not possible and user intervention is needed (i.e. maybe we really want Koha::Acquisition::Booksellers->search->delete to fail). -- You are receiving this mail because: You are watching all bug changes.