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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/includes/holds-table.inc (-11 / +4 lines)
Lines 37-52 Link Here
37
                    [% UNLESS ( HOLD.is_waiting || HOLD.is_in_transit ) %]
37
                    [% UNLESS ( HOLD.is_waiting || HOLD.is_in_transit ) %]
38
                        [% SET all_holds_waiting = 0 %]
38
                        [% SET all_holds_waiting = 0 %]
39
                    [% END %]
39
                    [% END %]
40
                    [% IF ( HOLD.is_waiting ) %]
40
                    [% IF ( HOLD.is_at_destination ) %]
41
                        [% IF ( HOLD.is_at_destination ) %]
41
                        <tr class="reserved">
42
                            [% IF ( HOLD.is_found ) %]
42
                    [% ELSIF HOLD.is_in_transit %]
43
                                <tr class="reserved">
43
                        <tr class="transfered">
44
                            [% ELSE %]
45
                                <tr>
46
                            [% END %]
47
                        [% ELSE %]
48
                            <tr class="transfered">
49
                        [% END %]
50
                    [% ELSE %]
44
                    [% ELSE %]
51
                        <tr>
45
                        <tr>
52
                    [% END %]
46
                    [% END %]
53
- 

Return to bug 12556