]> git.koha-community.org Git - koha.git/commit
Bug 25552: (QA follow-up) Improve claim_returned POD
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Fri, 22 Jan 2021 12:56:02 +0000 (12:56 +0000)
committerFridolin Somers <fridolin.somers@biblibre.com>
Fri, 5 Feb 2021 16:19:03 +0000 (17:19 +0100)
commit446e2a5e32a3ac3bb6735f59ba393d82d04e9ba9
tree7bb807e0f484c21d457bc9dcd49ab47061285520
parent11d45c7b276a2043539df5f36410393b7d9307dc
Bug 25552: (QA follow-up) Improve claim_returned POD

The POD for the Koha::Checkout->claim_returned method was somewhat
lacking; This patch attempts to explain what the code appears to
achieve.

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
(cherry picked from commit 8c09123197bc4bf8997ba4cd1b727c80eef9077e)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
Koha/Checkout.pm