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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/member.tt (+1 lines)
Lines 385-390 function filterByFirstLetterSurname(letter) { Link Here
385
                [% END %]
385
                [% END %]
386
                  <th>Card</th>
386
                  <th>Card</th>
387
                  <th>Name</th>
387
                  <th>Name</th>
388
                  <th>Date of birth</>
388
                  <th>Category</th>
389
                  <th>Category</th>
389
                  <th>Library</th>
390
                  <th>Library</th>
390
                  <th>Expires on</th>
391
                  <th>Expires on</th>
(-)a/members/member.pl (-2 lines)
Lines 79-85 $template->param( Link Here
79
    searchmember        => $searchmember,
79
    searchmember        => $searchmember,
80
    branchcode_filter   => $input->param('branchcode_filter'),
80
    branchcode_filter   => $input->param('branchcode_filter'),
81
    categorycode_filter => $input->param('categorycode_filter'),
81
    categorycode_filter => $input->param('categorycode_filter'),
82
    dateofbirth		=> $patron->{dateofbirth},
83
    searchtype          => $input->param('searchtype') || 'start_with',
82
    searchtype          => $input->param('searchtype') || 'start_with',
84
    searchfieldstype    => $searchfieldstype,
83
    searchfieldstype    => $searchfieldstype,
85
    PatronsPerPage      => C4::Context->preference("PatronsPerPage") || 20,
84
    PatronsPerPage      => C4::Context->preference("PatronsPerPage") || 20,
86
- 

Return to bug 13931