View | Details | Raw Unified | Return to bug 23091
Collapse All | Expand All

(-)a/Koha/CirculationRules.pm (-5 / +7 lines)
Lines 439-448 Return values are: Link Here
439
439
440
=over 2
440
=over 2
441
441
442
=item 0 - Do not refund
442
=item '0' - Do not refund
443
=item refund - Refund the lost item charge
443
444
=item restore - Refund the lost item charge and restore the original overdue fine
444
=item 'refund' - Refund the lost item charge
445
=item charge - Refund the lost item charge and charge a new overdue fine
445
446
=item 'restore' - Refund the lost item charge and restore the original overdue fine
447
448
=item 'charge' - Refund the lost item charge and charge a new overdue fine
446
449
447
=back
450
=back
448
451
449
- 

Return to bug 23091