@@ -, +, @@ --- koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt @@ -132,7 +132,7 @@ [%- CASE 'ReturnToHolding' -%]Return to holding library [%- CASE 'RotatingCollection' -%]Rotating collection [%- CASE 'Reserve' -%]Reserve - [%- CASE 'LostReserve' -%]Lost reserve + [%- CASE 'LostReserve' -%]Lost hold [%- CASE 'CancelReserve' -%]Cancelled reserve [%- CASE 'TransferCancellation' -%]Transfer was cancelled whilst in transit [%- END -%] --