Browse Source

Bug 28520: Bring back TransferCancellation reason handling from reverted Bug 12362

The code from Bug 12362 was reverted but there might be still in
database transfers with the reason 'TransferCancellation' so we need
to restore the code to handle displaying that information.

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
21.05.x
Joonas Kylmälä 3 years ago
committed by Kyle M Hall
parent
commit
c2d94e0e0d
  1. 1
      koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt

1
koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt

@ -134,6 +134,7 @@
[%- CASE 'Reserve' -%]Reserve
[%- CASE 'LostReserve' -%]Lost reserve
[%- CASE 'CancelReserve' -%]Cancelled reserve
[%- CASE 'TransferCancellation' -%]Transfer was cancelled whilst in transit
[%- END -%]
</p>
</div>

Loading…
Cancel
Save