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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/transfers_to_send.tt (-3 / +2 lines)
Lines 50-56 Link Here
50
                                    <th>Date of request</th>
50
                                    <th>Date of request</th>
51
                                    <th class="anti-the">Title</th>
51
                                    <th class="anti-the">Title</th>
52
                                    <th>Reason</th>
52
                                    <th>Reason</th>
53
                                    <th>On loan</th>
53
                                    <th>Date due</th>
54
                                    <th>Home library</th>
54
                                    <th>Home library</th>
55
                                    <th>Call number</th>
55
                                    <th>Call number</th>
56
                                    <th class="no-sort">Actions</th>
56
                                    <th class="no-sort">Actions</th>
Lines 67-73 Link Here
67
                                                <br />Barcode: [% transfer.item.barcode | html %]
67
                                                <br />Barcode: [% transfer.item.barcode | html %]
68
                                            </td>
68
                                            </td>
69
                                            <td><p>[% PROCESS transfer_reason transfer=transfer %]</p></td>
69
                                            <td><p>[% PROCESS transfer_reason transfer=transfer %]</p></td>
70
                                            <td>[% IF transfer.item.onloan %]Due [% transfer.item.onloan | $KohaDates %][% ELSE %]On shelf[% END %]</td>
70
                                            <td>[% IF transfer.item.onloan %]Due [% transfer.item.onloan | $KohaDates %][% ELSE %]Not checked out[% END %]</td>
71
                                            <td>[% Branches.GetName( transfer.item.homebranch ) | html %]</td>
71
                                            <td>[% Branches.GetName( transfer.item.homebranch ) | html %]</td>
72
                                            <td>[% transfer.item.itemcallnumber | html %]</td>
72
                                            <td>[% transfer.item.itemcallnumber | html %]</td>
73
                                            <td class="actions">
73
                                            <td class="actions">
74
- 

Return to bug 39555