Bug 37780

Summary: EDIFACT orders fail silently if a matching EAN is not found
Product: Koha Reporter: Kyle M Hall (khall) <kyle>
Component: AcquisitionsAssignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: minor    
Priority: P5 - low    
Version: unspecified   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:

Description Kyle M Hall (khall) 2024-08-29 18:50:40 UTC
The same EAN can be defined multiple times if need be, with different metadata ( except for the EAN itself of course ).

So here is the issue:
The basket branch is set to Library A
The EAN is set to Library B
Koha searches for that EAN with the basket branchcode
Koha does not find one
Koha then searches for that EAN that has no branchcode set ( e.g. "All libraries" )
Koha finds no matching EAN

Koha then puts a cryptic error in the error log that you as a librarian cannot see!