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

(-)a/koha-tmpl/opac-tmpl/prog/en/includes/item-status.inc (-1 / +2 lines)
Lines 11-16 Link Here
11
    to [% item.transfertto %] since [% item.transfertwhen %]
11
    to [% item.transfertto %] since [% item.transfertwhen %]
12
[% ELSIF ( item.waiting ) %]
12
[% ELSIF ( item.waiting ) %]
13
    On hold
13
    On hold
14
[% ELSIF ( item.onhold ) %]
15
    On hold
14
[% ELSIF ( item.wthdrawn ) %]
16
[% ELSIF ( item.wthdrawn ) %]
15
    Item withdrawn
17
    Item withdrawn
16
[% ELSIF ( item.itemlost ) %]
18
[% ELSIF ( item.itemlost ) %]
17
- 

Return to bug 9253