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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/tables/members_results.tt (-3 / +4 lines)
Lines 1-5 Link Here
1
[% USE To %]
1
[% USE To %]
2
[% USE AuthorisedValues %]
2
[% USE AuthorisedValues %]
3
[% USE Branches %]
4
[% USE Categories %]
3
[% USE KohaDates %]
5
[% USE KohaDates %]
4
[% USE Price %]
6
[% USE Price %]
5
{
7
{
Lines 20-28 Link Here
20
    "dt_dateofbirth":
22
    "dt_dateofbirth":
21
        "[% data.dateofbirth | $KohaDates %]",
23
        "[% data.dateofbirth | $KohaDates %]",
22
                "dt_category":
24
                "dt_category":
23
                    "[% data.category_description |html %] ([% data.category_type |html %])",
25
                    "[% Categories.GetName( data.categorycode ) |html %] ([% data.category_type |html %])",
24
                "dt_branch":
26
                "dt_branch":
25
                    "[% data.branchname |html %]",
27
                    "[% Branches.GetName( data.branchcode ) |html %]",
26
                "dt_dateexpiry":
28
                "dt_dateexpiry":
27
                    "[% data.dateexpiry %]",
29
                    "[% data.dateexpiry %]",
28
                "dt_od_checkouts":
30
                "dt_od_checkouts":
29
- 

Return to bug 17500