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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt (-1 / +4 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>
Lines 1268-1273 Link Here
1268
                                                     [%- CASE 'LostReserve' -%]<span>Lost hold</span>
1270
                                                     [%- CASE 'LostReserve' -%]<span>Lost hold</span>
1269
                                                     [%- CASE 'CancelReserve' -%]<span>Cancelled hold</span>
1271
                                                     [%- CASE 'CancelReserve' -%]<span>Cancelled hold</span>
1270
                                                     [%- CASE 'TransferCancellation' -%]<span>Transfer was cancelled whilst in transit</span>
1272
                                                     [%- CASE 'TransferCancellation' -%]<span>Transfer was cancelled whilst in transit</span>
1273
                                                     [%- CASE 'Recall' -%]<span>Recall</span>
1274
                                                     [%- CASE 'RecallCancellation' -%]<span>Cancelled recall</span>
1271
                                                 [%- END -%]
1275
                                                 [%- END -%]
1272
                                            </td>
1276
                                            </td>
1273
                                            <td class="ci-shelvinglocation">
1277
                                            <td class="ci-shelvinglocation">
1274
- 

Return to bug 34547