IMPROVEMENT (for #1416 : Available items marked waiting as soon as hold is placed)
authorPaul POULAIN <paul@koha-fr.org>
Tue, 9 Oct 2007 21:46:26 +0000 (16:46 -0500)
committerJoshua Ferraro <jmf@liblime.com>
Thu, 11 Oct 2007 17:14:32 +0000 (12:14 -0500)
commit8d269c3dbc66294add3b665b2585f6365324c50f
tree8a5a8cc056f82760480f252ffa4517510a2f7762
parent94a441f57efc0fece867c56c0b15b6a26068cb30
IMPROVEMENT (for #1416 : Available items marked waiting as soon as hold is placed)

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
NPL save the reserve, but pick them from the shelves once a day only. So the item must be "to pull"

This commit improves the behaviour :
- document Reserves.pm a little, it was needed !
- add a systempreference ReservesNeedReturns, that let the library choose it's behaviour
- define the systempref in english & french systempreferences files
- add the systempref through the web installer (bumping to 3.00.00.003)

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
13 files changed:
.dotest/0001 [new file with mode: 0644]
.dotest/binary [new file with mode: 0644]
.dotest/final-commit [new file with mode: 0644]
.dotest/info [new file with mode: 0644]
.dotest/keep [new file with mode: 0644]
.dotest/last [new file with mode: 0644]
.dotest/msg [new file with mode: 0644]
.dotest/msg-clean [new file with mode: 0644]
.dotest/next [new file with mode: 0644]
.dotest/patch [new file with mode: 0644]
.dotest/sign [new file with mode: 0644]
.dotest/utf8 [new file with mode: 0644]
.dotest/whitespace [new file with mode: 0644]