Bug 23091: (QA follow-up) POD fixes
authorTomas Cohen Arazi <tomascohen@theke.io>
Mon, 19 Oct 2020 11:47:50 +0000 (08:47 -0300)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 6 Nov 2020 14:55:17 +0000 (15:55 +0100)
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Koha/CirculationRules.pm

index a90f884..dd04c9d 100644 (file)
@@ -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