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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/waiting_holds.inc (-1 / +1 lines)
Lines 37-43 Link Here
37
                    [% END %]
37
                    [% END %]
38
                </td>
38
                </td>
39
                <td>[% Branches.GetName( reserveloo.item.homebranch ) | html %]</td>
39
                <td>[% Branches.GetName( reserveloo.item.homebranch ) | html %]</td>
40
                <td>[% Branches.GetName( reserveloo.item.holdingbranch ) | html %][% IF (reserveloo.desk_id  ) %], [% Desks.GetName (reserveloo.desk_id) | html %][% END %]</td>
40
                <td>[% Branches.GetName( reserveloo.item.holdingbranch ) | html %][% IF (reserveloo.desk_id  ) %], [% reserveloo.desk.desk_name | html %][% END %]</td>
41
                <td>[% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.location', authorised_value => reserveloo.item.location) | html %]</td>
41
                <td>[% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.location', authorised_value => reserveloo.item.location) | html %]</td>
42
                <td>[% reserveloo.item.itemcallnumber | html %]</td>
42
                <td>[% reserveloo.item.itemcallnumber | html %]</td>
43
                <td>[% reserveloo.item.copynumber | html %]</td>
43
                <td>[% reserveloo.item.copynumber | html %]</td>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/includes/holds-table.inc (-2 / +1 lines)
Lines 100-106 Link Here
100
                                <i class="fa fa-exclamation-circle text-warning" aria-hidden="true"></i>
100
                                <i class="fa fa-exclamation-circle text-warning" aria-hidden="true"></i>
101
                                [% IF ( HOLD.is_at_destination ) %]
101
                                [% IF ( HOLD.is_at_destination ) %]
102
                                    Item waiting at <strong> [% HOLD.branch.branchname | html %]</strong>
102
                                    Item waiting at <strong> [% HOLD.branch.branchname | html %]</strong>
103
                                    [% IF ( HOLD.desk_id ) %], [% Desks.GetName ( HOLD.desk_id ) | html %],[% END %]
103
                                    [% IF ( HOLD.desk_id ) %], [% HOLD.desk.desk_name | html %],[% END %]
104
                                    [% IF ( HOLD.waitingdate ) %]
104
                                    [% IF ( HOLD.waitingdate ) %]
105
                                        since [% HOLD.waitingdate | $KohaDates %]
105
                                        since [% HOLD.waitingdate | $KohaDates %]
106
                                        [% IF HOLD.expirationdate %]
106
                                        [% IF HOLD.expirationdate %]
107
- 

Return to bug 24412