From ccf7b9f40dd2e795937cf9e5d00c01ba2ac9489c Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Mon, 19 Oct 2020 08:47:50 -0300 Subject: [PATCH] Bug 23091: (QA follow-up) POD fixes Signed-off-by: Tomas Cohen Arazi Signed-off-by: Martin Renvoize --- Koha/CirculationRules.pm | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/Koha/CirculationRules.pm b/Koha/CirculationRules.pm index a90f8846c4..dd04c9db36 100644 --- a/Koha/CirculationRules.pm +++ b/Koha/CirculationRules.pm @@ -439,10 +439,13 @@ Return values are: =over 2 -=item 0 - Do not refund -=item refund - Refund the lost item charge -=item restore - Refund the lost item charge and restore the original overdue fine -=item charge - Refund the lost item charge and charge a new overdue fine +=item '0' - Do not refund + +=item 'refund' - Refund the lost item charge + +=item 'restore' - Refund the lost item charge and restore the original overdue fine + +=item 'charge' - Refund the lost item charge and charge a new overdue fine =back -- 2.20.1