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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/member.tt (-3 / +2 lines)
Lines 107-113 Link Here
107
              <thead>
107
              <thead>
108
                <tr>
108
                <tr>
109
                [% IF CAN_user_borrowers_edit_borrowers || CAN_user_tools_manage_patron_lists %]
109
                [% IF CAN_user_borrowers_edit_borrowers || CAN_user_tools_manage_patron_lists %]
110
                  <th>&nbsp;</th>
110
                  <th class="noExport">&nbsp;</th>
111
                [% END %]
111
                [% END %]
112
                  <th>Card</th>
112
                  <th>Card</th>
113
                  <th>Name</th>
113
                  <th>Name</th>
Lines 118-124 Link Here
118
                  <th>OD/Checkouts</th>
118
                  <th>OD/Checkouts</th>
119
                  <th>Fines</th>
119
                  <th>Fines</th>
120
                  <th>Circ note</th>
120
                  <th>Circ note</th>
121
                  <th>&nbsp;</th>
121
                  <th class="noExport">&nbsp;</th>
122
                </tr>
122
                </tr>
123
              </thead>
123
              </thead>
124
              <tbody></tbody>
124
              <tbody></tbody>
125
- 

Return to bug 30090