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

(-)a/admin/columns_settings.yml (+2 lines)
Lines 971-976 modules: Link Here
971
              columnname: issuedate
971
              columnname: issuedate
972
            -
972
            -
973
              columnname: checked_out_from
973
              columnname: checked_out_from
974
            -
975
              columnname: homebranch
974
            -
976
            -
975
              columnname: note
977
              columnname: note
976
            -
978
            -
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/pay.tt (-1 / +6 lines)
Lines 86-91 Link Here
86
    <th>Checkin date</th>
86
    <th>Checkin date</th>
87
    <th>Checkout date</th>
87
    <th>Checkout date</th>
88
    <th class="checked_out_from">Checked out from</th>
88
    <th class="checked_out_from">Checked out from</th>
89
    <th>Home library</th>
89
    <th class="NoSort">Payment note</th>
90
    <th class="NoSort">Payment note</th>
90
    <th>Amount</th>
91
    <th>Amount</th>
91
    <th>Amount outstanding</th>
92
    <th>Amount outstanding</th>
Lines 150-155 Link Here
150
            [% line.checkout.library.branchname | html %]
151
            [% line.checkout.library.branchname | html %]
151
        [% END %]
152
        [% END %]
152
    </td>
153
    </td>
154
    <td>
155
        [% IF line.itemnumber %]
156
            [% Branches.GetName( line.item.homebranch ) | html %]
157
        [% END %]
158
    </td>
153
    <td class="actions">
159
    <td class="actions">
154
        <a href="#" class="add-note" data-accountlines_id="[% line.accountlines_id | html %]"><i class="fa fa-plus"></i> Add note</a>
160
        <a href="#" class="add-note" data-accountlines_id="[% line.accountlines_id | html %]"><i class="fa fa-plus"></i> Add note</a>
155
        <span class="payment_note" id="payment_note_[% line.accountlines_id | html %]" style="display:none"><input type="text" size="10" name="payment_note_[% line.accountlines_id | html %]" value="" /> <a href="#" class="cancel-note"><i class="fa fa-remove"></i></a></span>
161
        <span class="payment_note" id="payment_note_[% line.accountlines_id | html %]" style="display:none"><input type="text" size="10" name="payment_note_[% line.accountlines_id | html %]" value="" /> <a href="#" class="cancel-note"><i class="fa fa-remove"></i></a></span>
156
- 

Return to bug 33137