]> git.koha-community.org Git - koha.git/commit
Bug 11336: (follow-up) improve POD for _FixPriority()
authorGalen Charlton <gmc@esilibrary.com>
Sat, 4 Jan 2014 23:25:25 +0000 (23:25 +0000)
committerFridolin Somers <fridolin.somers@biblibre.com>
Tue, 18 Feb 2014 07:44:41 +0000 (08:44 +0100)
commitace1fe900ca42ef570ffc4d76481b0cb3435d7e8
tree8dd6601e0bd228abce7f6e130611aa3eff2cb5a5
parentf2e9ab23b47288768db712ebf8ecce04d9e3f595
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>
(cherry picked from commit 543e1dc6731d4a26b777223920bfe4037e7546dd)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
C4/Reserves.pm