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

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

Return to bug 26281