Bug 20689: (follow-up) Make it possible to add capital letter subfields to item searc...
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / includes / transfer_reasons.inc
1 [%- BLOCK transfer_reason -%]
2     [%- SWITCH transfer.reason -%]
3         [%- CASE 'Manual'                    -%]Manual
4         [%- CASE 'StockrotationAdvance'      -%]Stock rotation advance
5         [%- CASE 'StockrotationRepatriation' -%]Stock rotation repatriation
6         [%- CASE 'ReturnToHome'              -%]Automatic return to home
7         [%- CASE 'ReturnToHolding'           -%]Automatic return to holding
8         [%- CASE 'RotatingCollection'        -%]Rotating collection
9         [%- CASE 'Reserve'                   -%]Hold
10         [%- CASE 'LostReserve'               -%]Hold lost
11         [%- CASE 'CancelReserve'             -%]Hold cancelled
12         [%- CASE                             -%][% transfer.reason | html %]
13     [%- END -%]
14 [%- END -%]