Summary: | DecreaseLoanHighHolds.t is still failing randomly 2 | ||
---|---|---|---|
Product: | Koha | Reporter: | Victor Grousset/tuxayo <victor> |
Component: | Test Suite | Assignee: | Chris Cormack <chris> |
Status: | NEW --- | QA Contact: | Testopia <testopia> |
Severity: | normal | ||
Priority: | P5 - low | CC: | ephetteplace, gmcharlt, jonathan.druart, kyle.m.hall, pnavarrete |
Version: | 22.11 | ||
Hardware: | All | ||
OS: | All | ||
See Also: | https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19705 | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Bug Depends on: | |||
Bug Blocks: | 25551 |
Description
Victor Grousset/tuxayo
2020-06-19 17:05:02 UTC
Also failing in the past in 17.05. See bug 19705 comment 6 and bug 19705 comment 7 I'm having trouble with the decreaseLoanHighHolds system preference and came across this bug. I have the preference set to reduce the loan period for items with more than 1 hold "over the number of holdable items on the record". Essentially I just want the loan period to decrease when one item has multiple holds on it, but the loan period does not decrease properly at checkout. We used to have the value set to "on the record" rather than "over the number of holdable items on the record". This would trigger the decreased loan period correctly, but it would also do that in situations we didn't want, such as one patron having holds on two items on the same bib record. It would just see two holds on one bib record and automatically decrease the loan. So I'd really like for this configuration to work properly as "over the number of holdable items on the record". (In reply to Paul Navarrete from comment #2) > I'm having trouble with the decreaseLoanHighHolds system preference and came > across this bug. I have the preference set to reduce the loan period for > items with more than 1 hold "over the number of holdable items on the > record". Essentially I just want the loan period to decrease when one item > has multiple holds on it, but the loan period does not decrease properly at > checkout. > We used to have the value set to "on the record" rather than "over the > number of holdable items on the record". This would trigger the > decreased loan period correctly, but it would also do that in > situations we didn't want, such as one patron having holds on two > items on the same bib record. It would just see two holds on one bib > record and automatically decrease the loan. > So I'd really like for this configuration to work properly as "over the > number of holdable items on the record". Hi Paul, this is an old bug about the automatic tests. Please file your problem as a new bug. But I think you might be misunderstanding the setting. It's about items on the record - if there are multiple items, the decrease will happen later. |