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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/paycollect.tt (-2 / +1 lines)
Lines 178-184 Link Here
178
        </tr></thead>
178
        </tr></thead>
179
    <tfoot><tr><td colspan="3">Total amount outstanding:</td><td>[% amountoutstanding | format('%.2f') %]</td></tr></tfoot>
179
    <tfoot><tr><td colspan="3">Total amount outstanding:</td><td>[% amountoutstanding | format('%.2f') %]</td></tr></tfoot>
180
    <tbody><tr>
180
    <tbody><tr>
181
            <td>[% description | html %] [% title | html %]</td>
181
            <td>[% individual_description | html %]</td>
182
            <td>[% debit_type_code | html %]</td>
182
            <td>[% debit_type_code | html %]</td>
183
            <td class="debit">[% amount | format('%.2f') %]</td>
183
            <td class="debit">[% amount | format('%.2f') %]</td>
184
            <td class="debit">[% amountoutstanding | format('%.2f') %]</td>
184
            <td class="debit">[% amountoutstanding | format('%.2f') %]</td>
185
- 

Return to bug 23483