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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/statistics.tt (-5 / +4 lines)
Lines 47-56 Link Here
47
                      [% FOREACH cn IN column_names %]
47
                      [% FOREACH cn IN column_names %]
48
                          <th>[% cn %]</th>
48
                          <th>[% cn %]</th>
49
                      [% END %]
49
                      [% END %]
50
                      <th>Previous state</th>
50
                      <th>Total checkouts as of yesterday</th>
51
                      <th>Issues</th>
51
                      <th>Today's checkouts</th>
52
                      <th>Issues returned</th>
52
                      <th>Today's checkins</th>
53
                      <th>Current state</th>
53
                      <th>Total checkouts</th>
54
                    </tr>
54
                    </tr>
55
                </thead>
55
                </thead>
56
56
57
- 

Return to bug 8319