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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/tables/shelves_results.tt (-2 / +1 lines)
Lines 7-13 Link Here
7
    "draw": [% draw | html %],
7
    "draw": [% draw | html %],
8
    "recordsTotal": [% recordsTotal | html %],
8
    "recordsTotal": [% recordsTotal | html %],
9
    "recordsFiltered": [% recordsFiltered | html %],
9
    "recordsFiltered": [% recordsFiltered | html %],
10
    data: [
10
    "data": [
11
        [% FOREACH d IN data %]
11
        [% FOREACH d IN data %]
12
            {
12
            {
13
                "dt_public":
13
                "dt_public":
14
- 

Return to bug 39715