@@ -, +, @@ reserve in returns.tt --- 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 @@ -131,7 +131,7 @@ [%- CASE 'ReturnToHome' -%]Return to home library [%- CASE 'ReturnToHolding' -%]Return to holding library [%- CASE 'RotatingCollection' -%]Rotating collection - [%- CASE 'Reserve' -%]Reserve + [%- CASE 'Reserve' -%]Hold [%- CASE 'LostReserve' -%]Lost hold [%- CASE 'CancelReserve' -%]Cancelled hold [%- CASE 'TransferCancellation' -%]Transfer was cancelled whilst in transit --