Bug 38825

Summary: possible inconsistency in the link between title and vendor
Product: Koha Reporter: Mathieu Saby <mathsabypro>
Component: ERMAssignee: Jonathan Druart <jonathan.druart>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: normal    
Priority: P5 - low CC: jonathan.druart, jonathan.field, martin.renvoize, matt.blenkinsop, michaela.sieber, pedro.amorim
Version: Main   
Hardware: All   
OS: All   
GIT URL: Change sponsored?: ---
Patch complexity: --- Documentation contact:
Documentation submission: Text to go in the release notes:
Version(s) released in:
Circulation function:

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...