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>
This commit is contained in:
parent
6747606131
commit
c2d94e0e0d
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue