bug 2519: clear waitingdate if request is moved off waiting status
authorGalen Charlton <galen.charlton@liblime.com>
Thu, 14 Aug 2008 15:43:07 +0000 (10:43 -0500)
committerGalen Charlton <galen.charlton@liblime.com>
Mon, 18 Aug 2008 12:15:21 +0000 (07:15 -0500)
commitc7bc8676958bed8bc9ebfdd7aba3cb7c42d8701c
tree94578c2aae6176d266f7c890c767f4344f1e4481
parentf7c12ef49a30b5d4c676ef807c09300376b025e7
bug 2519: clear waitingdate if request is moved off waiting status

* Changed C4::Reserves::ModReserve so that if using it to take an
  item off the hold shelf, reserves.waitingdate is cleared.
* Improved POD.

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
C4/Reserves.pm