https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27892
Tomás Cohen Arazi <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Tomás Cohen Arazi <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
