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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/includes/account-table.inc (-1 / +2 lines)
Lines 74-84 Link Here
74
                        </td>
74
                        </td>
75
                        <td class="credit">[% outstanding_credit.amount * -1 | $Price %]</td>
75
                        <td class="credit">[% outstanding_credit.amount * -1 | $Price %]</td>
76
                        <td class="credit">[% outstanding_credit.amountoutstanding * -1 | $Price %]</td>
76
                        <td class="credit">[% outstanding_credit.amountoutstanding * -1 | $Price %]</td>
77
                        <td></td>
77
                    </tr>
78
                    </tr>
78
                [% END %]
79
                [% END %]
79
                <tr>
80
                <tr>
80
                    <th class="sum" colspan="[% COLSPAN | html %]">Total due if credit(s) applied:</th>
81
                    <th class="sum" colspan="[% COLSPAN | html %]">Total due if credit(s) applied:</th>
81
                    <td class="sum">[% total + outstanding_credits.total_outstanding | $Price %]</td>
82
                    <td class="sum">[% total + outstanding_credits.total_outstanding | $Price %]</td>
83
                    <td></td>
82
                </tr>
84
                </tr>
83
                [% END %]
85
                [% END %]
84
            </tfoot>
86
            </tfoot>
85
- 

Return to bug 38753