Bug 34547: (follow-up) add recall cases
Signed-off-by: Emily Lamancusa <emily.lamancusa@montgomerycountymd.gov> Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
parent
f25fa87198
commit
aa771cf3ec
1 changed files with 4 additions and 0 deletions
|
@ -136,6 +136,8 @@
|
|||
[%- CASE 'LostReserve' -%]<span>Lost hold</span>
|
||||
[%- CASE 'CancelReserve' -%]<span>Cancelled hold</span>
|
||||
[%- CASE 'TransferCancellation' -%]<span>Transfer was cancelled whilst in transit</span>
|
||||
[%- CASE 'Recall' -%]<span>Recall</span>
|
||||
[%- CASE 'RecallCancellation' -%]<span>Cancelled recall</span>
|
||||
[%- END -%]
|
||||
</p>
|
||||
</div>
|
||||
|
@ -1268,6 +1270,8 @@
|
|||
[%- CASE 'LostReserve' -%]<span>Lost hold</span>
|
||||
[%- CASE 'CancelReserve' -%]<span>Cancelled hold</span>
|
||||
[%- CASE 'TransferCancellation' -%]<span>Transfer was cancelled whilst in transit</span>
|
||||
[%- CASE 'Recall' -%]<span>Recall</span>
|
||||
[%- CASE 'RecallCancellation' -%]<span>Cancelled recall</span>
|
||||
[%- END -%]
|
||||
</td>
|
||||
<td class="ci-shelvinglocation">
|
||||
|
|
Loading…
Reference in a new issue