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

(-)a/admin/columns_settings.yml (+2 lines)
Lines 944-949 modules: Link Here
944
              columnname: date
944
              columnname: date
945
            -
945
            -
946
              columnname: barcode
946
              columnname: barcode
947
            -
948
              columnname: callnumber
947
            -
949
            -
948
              columnname: date_due
950
              columnname: date_due
949
            -
951
            -
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/pay.tt (-1 / +6 lines)
Lines 82-87 Link Here
82
    <th>Description</th>
82
    <th>Description</th>
83
    <th>Date</th>
83
    <th>Date</th>
84
    <th>Barcode</th>
84
    <th>Barcode</th>
85
    <th>Call number</th>
85
    <th>Due date</th>
86
    <th>Due date</th>
86
    <th>Checkin date</th>
87
    <th>Checkin date</th>
87
    <th>Checkout date</th>
88
    <th>Checkout date</th>
Lines 131-136 Link Here
131
            <a href="/cgi-bin/koha/catalogue/moredetail.pl?itemnumber=[% line.itemnumber | uri %]&amp;biblionumber=[% line.item.biblionumber | uri %]#item[% line.itemnumber | uri %]">[% line.item.barcode | html %]</a>
132
            <a href="/cgi-bin/koha/catalogue/moredetail.pl?itemnumber=[% line.itemnumber | uri %]&amp;biblionumber=[% line.item.biblionumber | uri %]#item[% line.itemnumber | uri %]">[% line.item.barcode | html %]</a>
132
        [% END %]
133
        [% END %]
133
    </td>
134
    </td>
135
    <td>
136
        [% IF line.itemnumber %]
137
            [% line.item.itemcallnumber | html %]
138
        [% END %]
139
    </td>
134
    <td>
140
    <td>
135
        [% IF line.issue_id %]
141
        [% IF line.issue_id %]
136
            [% line.checkout.date_due | $KohaDates as_due_date => 1 %]
142
            [% line.checkout.date_due | $KohaDates as_due_date => 1 %]
137
- 

Return to bug 33137