Bug 37780 - EDIFACT orders fail silently if a matching EAN is not found
Summary: EDIFACT orders fail silently if a matching EAN is not found
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Acquisitions (show other bugs)
Version: unspecified
Hardware: All All
: P5 - low minor
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-08-29 18:50 UTC by Kyle M Hall (khall)
Modified: 2024-08-29 18:56 UTC (History)
0 users

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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!