Bug 38825 - possible inconsistency in the link between title and vendor
Summary: possible inconsistency in the link between title and vendor
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: ERM (show other bugs)
Version: Main
Hardware: All All
: P5 - low normal
Assignee: Jonathan Druart
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-01-04 17:28 UTC by Mathieu Saby
Modified: 2025-01-07 08:36 UTC (History)
6 users (show)

See Also:
GIT URL:
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 Mathieu Saby 2025-01-04 17:28:21 UTC
A package can be linked to a vendor
A title can be linked to a package, and this link has those properties : vendor, start date, end date, proxy

So it is possible to link 
- packageA with vendor1
- titleX with packageA AND with vendor2
=> what would be the "right" vendor associated with titleX ?

It seems strange

Maybe the vendor should only be defined at the package level ?
Comment 1 Mathieu Saby 2025-01-04 17:32:30 UTC
I see that vendor can also be defined at agreement level.
I am lost...