dffa6ca86147cf189de3362b8a5a23c0a6f471a7
[koha_fer] / .dotest / final-commit
1 IMPROVEMENT (for #1416 : Available items marked waiting as soon as hold is placed)
2
3 In fact, #1416 is not a bug, it's a feature : SAN-OP librarians place the reserve "book in hand", and confirm on phone that it's available
4 NPL save the reserve, but pick them from the shelves once a day only. So the item must be "to pull"
5
6 This commit improves the behaviour :
7 - document Reserves.pm a little, it was needed !
8 - add a systempreference ReservesNeedReturns, that let the library choose it's behaviour
9 - define the systempref in english & french systempreferences files
10 - add the systempref through the web installer (bumping to 3.00.00.003)
11
12 Signed-off-by: Chris Cormack <crc@liblime.com>
13 Signed-off-by: Joshua Ferraro <jmf@liblime.com>