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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt (-2 / +2 lines)
Lines 49-56 Link Here
49
          <th>Description of charges</th>
49
          <th>Description of charges</th>
50
          <th>Barcode</th>
50
          <th>Barcode</th>
51
          <th>Due date</th>
51
          <th>Due date</th>
52
          <th>Return date</th>
52
          <th>Checkin date</th>
53
          <th>Issue date</th>
53
          <th>Checkout date</th>
54
          <th>Home library</th>
54
          <th>Home library</th>
55
          <th>Note</th>
55
          <th>Note</th>
56
          <th>Amount</th>
56
          <th>Amount</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/pay.tt (-3 / +2 lines)
Lines 51-58 Link Here
51
    <th class="title-string">Date</th>
51
    <th class="title-string">Date</th>
52
    <th>Barcode</th>
52
    <th>Barcode</th>
53
    <th>Due date</th>
53
    <th>Due date</th>
54
    <th>Return date</th>
54
    <th>Checkin date</th>
55
    <th>Issue date</th>
55
    <th>Checkout date</th>
56
    <th class="NoSort">Payment note</th>
56
    <th class="NoSort">Payment note</th>
57
    <th>Amount</th>
57
    <th>Amount</th>
58
    <th>Amount outstanding</th>
58
    <th>Amount outstanding</th>
59
- 

Return to bug 24995