Bug 19297

Summary: [OMNIBUS] Standardize "can place hold" calculations
Product: Koha Reporter: Jonathan Druart <jonathan.druart>
Component: Architecture, internals, and plumbingAssignee: Jonathan Druart <jonathan.druart>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: arthur.suzuki, josef.moravec, m.de.rooy
Version: unspecified   
Hardware: All   
OS: All   
See Also: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20985
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17712
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Bug Depends on: 17712, 19300, 19301    
Bug Blocks:    

Description Jonathan Druart 2017-09-12 21:26:44 UTC
There are several places where we need to know if a hold can be placed on a bibliographic record, or an item.
And we also have several way of calculate it...

Sometimes it is buggy, sometimes we calculate the information for nothing, sometimes it is done correctly.

We need to make this calculation uniform in order to be consistent and always display the same and correct information everywhere.
Comment 1 Arthur Suzuki 2021-10-28 23:29:47 UTC
This seems to be a duplicate of Bz17712

*** This bug has been marked as a duplicate of bug 17712 ***
Comment 2 Jonathan Druart 2021-10-29 14:00:32 UTC
(In reply to Arthur Suzuki from comment #1)
> This seems to be a duplicate of Bz17712
> 
> *** This bug has been marked as a duplicate of bug 17712 ***

This bug was actually supposed to be an omnibus. Marking as such.
Comment 3 Arthur Suzuki 2021-10-29 17:04:39 UTC
Bonjour (bonsoir) Joubu,
Alright, sorry for messing around!
I've been working on bz17712 since yesterday, trying to rebase on current master.
Solved all conflicts, tests are still failing but I have good hope of uploading patches soon.