Bug 11336: (follow-up) improve POD for _FixPriority()
authorGalen Charlton <gmc@esilibrary.com>
Sat, 4 Jan 2014 23:25:25 +0000 (23:25 +0000)
committerGalen Charlton <gmc@esilibrary.com>
Sat, 4 Jan 2014 23:25:25 +0000 (23:25 +0000)
commit543e1dc6731d4a26b777223920bfe4037e7546dd
treeae109cc2a285f061738aeaa2108d11d4d15d706c
parent80fc94f86aab31e8b241cf713e6b10572a364693
Bug 11336: (follow-up) improve POD for _FixPriority()

This patch improves the POD for C4::Reserves::_FixPriority()
to (hopefully) describe its function thoroughly.  It also
adjusts the call of _FixPriority() by CancelReserve() to
omit passing reserve_id, since by that point no row in
the reserves table for that request still exists.

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
C4/Reserves.pm