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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/includes/account-table.inc (-3 / +2 lines)
Lines 7-14 Link Here
7
            <tr>
7
            <tr>
8
                [% IF ENABLE_OPAC_PAYMENTS %]<th>&nbsp;</th>[% END %]
8
                [% IF ENABLE_OPAC_PAYMENTS %]<th>&nbsp;</th>[% END %]
9
                <th class="title-string">Date</th>
9
                <th class="title-string">Date</th>
10
                <th>Description</th>
11
                <th>Type</th>
10
                <th>Type</th>
11
                <th>Description</th>
12
                <th>Fine amount</th>
12
                <th>Fine amount</th>
13
                <th>Amount outstanding</th>
13
                <th>Amount outstanding</th>
14
            </tr>
14
            </tr>
Lines 113-116 Link Here
113
    </form>
113
    </form>
114
[% ELSE %]
114
[% ELSE %]
115
    <h4>You have no fines or charges</h4>
115
    <h4>You have no fines or charges</h4>
116
[% END %]
116
[% END %]
117
- 

Return to bug 12166