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

(-)a/admin/columns_settings.yml (+3 lines)
Lines 1048-1053 modules: Link Here
1048
              columnname: cardnumber
1048
              columnname: cardnumber
1049
            -
1049
            -
1050
              columnname: name
1050
              columnname: name
1051
            -
1052
              columnname: phone
1053
              is_hidden: 1
1051
            -
1054
            -
1052
              columnname: dateofbirth
1055
              columnname: dateofbirth
1053
            -
1056
            -
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/member.tt (-2 / +1 lines)
Lines 10-16 Link Here
10
[% PROCESS 'patronfields.inc' %]
10
[% PROCESS 'patronfields.inc' %]
11
[% SET libraries = Branches.all %]
11
[% SET libraries = Branches.all %]
12
[% SET categories = Categories.all.unblessed %]
12
[% SET categories = Categories.all.unblessed %]
13
[% SET columns = ['cardnumber', 'name-address', 'dateofbirth', 'branch', 'category', 'dateexpiry', 'checkouts', 'account_balance', 'borrowernotes', 'action'] %]
13
[% SET columns = ['cardnumber', 'name-address', 'phone', 'dateofbirth', 'branch', 'category', 'dateexpiry', 'checkouts', 'account_balance', 'borrowernotes', 'action'] %]
14
[% SET searchtype = searchtype || Koha.Preference('DefaultPatronSearchMethod') %]
14
[% SET searchtype = searchtype || Koha.Preference('DefaultPatronSearchMethod') %]
15
[% PROCESS 'patron-search.inc' %]
15
[% PROCESS 'patron-search.inc' %]
16
[% INCLUDE 'doc-head-open.inc' %]
16
[% INCLUDE 'doc-head-open.inc' %]
17
- 

Return to bug 36614