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

(-)a/admin/columns_settings.yml (+3 lines)
Lines 1130-1135 modules: Link Here
1130
            -
1130
            -
1131
              columnname: phone
1131
              columnname: phone
1132
              is_hidden: 1
1132
              is_hidden: 1
1133
            -
1134
              columnname: dateexpiry
1135
              is_hidden: 1
1133
1136
1134
    returns:
1137
    returns:
1135
      checkedintable:
1138
      checkedintable:
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/circ-patron-search-results.inc (-1 / +2 lines)
Lines 9-14 Link Here
9
            <th>Library</th>
9
            <th>Library</th>
10
            <th>Address</th>
10
            <th>Address</th>
11
            <th>Primary phone</th>
11
            <th>Primary phone</th>
12
            <th>Date expiry</th>
12
        </tr>
13
        </tr>
13
    </thead>
14
    </thead>
14
    <tbody>
15
    <tbody>
Lines 37-42 Link Here
37
                </td>
38
                </td>
38
                <td>[% borrower.address | html %]</td>
39
                <td>[% borrower.address | html %]</td>
39
                <td>[% borrower.phone | html %]</td>
40
                <td>[% borrower.phone | html %]</td>
41
                <td>[% borrower.dateexpiry | html %]</td>
40
            </tr>
42
            </tr>
41
        [% END %]
43
        [% END %]
42
    </tbody>
44
    </tbody>
43
- 

Return to bug 29104