View | Details | Raw Unified | Return to bug 34547
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt (-1 / +2 lines)
Lines 136-141 Link Here
136
                                             [%- CASE 'LostReserve' -%]<span>Lost hold</span>
136
                                             [%- CASE 'LostReserve' -%]<span>Lost hold</span>
137
                                             [%- CASE 'CancelReserve' -%]<span>Cancelled hold</span>
137
                                             [%- CASE 'CancelReserve' -%]<span>Cancelled hold</span>
138
                                             [%- CASE 'TransferCancellation' -%]<span>Transfer was cancelled whilst in transit</span>
138
                                             [%- CASE 'TransferCancellation' -%]<span>Transfer was cancelled whilst in transit</span>
139
                                             [%- CASE 'Recall' -%]<span>Recall</span>
140
                                             [%- CASE 'RecallCancellation' -%]<span>Cancelled recall</span>
139
                                         [%- END -%]
141
                                         [%- END -%]
140
                                     </p>
142
                                     </p>
141
                                 </div>
143
                                 </div>
142
- 

Return to bug 34547