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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchtransfers.tt (-2 / +1 lines)
Lines 54-60 Link Here
54
        <tr>
54
        <tr>
55
            <th>
55
            <th>
56
                [% IF ( reserved ) %]
56
                [% IF ( reserved ) %]
57
                        Transfer item to [% Branches.GetName( hold.branchcode ) | html %]:
57
                        Transfer item to [% Branches.GetName( tobranccd ) | html %]:
58
                [% END %]
58
                [% END %]
59
                [% IF ( waiting or transferred ) %]Cancel hold and then attempt transfer: [% END %]
59
                [% IF ( waiting or transferred ) %]Cancel hold and then attempt transfer: [% END %]
60
            </th>
60
            </th>
61
- 

Return to bug 38509