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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/holdshistory.tt (-2 / +1 lines)
Lines 98-104 Link Here
98
          [% ELSIF hold.cancellationdate %]
98
          [% ELSIF hold.cancellationdate %]
99
              Cancelled
99
              Cancelled
100
                [% IF hold.cancellation_reason %]
100
                [% IF hold.cancellation_reason %]
101
                    ([% AuthorisedValues.GetByCode('HOLD_CANCELLATION', hold.cancellation_reason) %])
101
                    ([% AuthorisedValues.GetByCode('HOLD_CANCELLATION', hold.cancellation_reason) | html %])
102
                [% END %]
102
                [% END %]
103
          [% ELSIF hold.found == 'W' %]
103
          [% ELSIF hold.found == 'W' %]
104
              Waiting
104
              Waiting
105
- 

Return to bug 26281