[Koha-bugs] [Bug 27892] api/v1/acquisitions_vendors.t is failing randomly

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Mar 8 11:39:01 CET 2021


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27892

Tomás Cohen Arazi <tomascohen at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tomascohen at gmail.com

--- Comment #1 from Tomás Cohen Arazi <tomascohen at 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.


More information about the Koha-bugs mailing list