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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/paycollect.tt (-7 / +2 lines)
Lines 119-131 function moneyFormat(textObj) { Link Here
119
    <thead><tr>
119
    <thead><tr>
120
            <th>Description</th>
120
            <th>Description</th>
121
            <th>Account type</th>
121
            <th>Account type</th>
122
            <th>Notify id</th>
123
            <th>Level</th>
124
            <th>Amount</th>
122
            <th>Amount</th>
125
            <th>Amount outstanding</th>
123
            <th>Amount outstanding</th>
126
        </tr></thead>
124
        </tr></thead>
127
    <tfoot>
125
    <tfoot>
128
        <td colspan="5">Total amount payable:</td><td>[% amountoutstanding | format('%.2f') %]</td>
126
        <td colspan="3">Total amount payable:</td><td>[% amountoutstanding | format('%.2f') %]</td>
129
    </tfoot>
127
    </tfoot>
130
    <tbody><tr>
128
    <tbody><tr>
131
            <td>
129
            <td>
Lines 169-180 function moneyFormat(textObj) { Link Here
169
    <thead><tr>
167
    <thead><tr>
170
            <th>Description</th>
168
            <th>Description</th>
171
            <th>Account type</th>
169
            <th>Account type</th>
172
            <th>Notify id</th>
173
            <th>Level</th>
174
            <th>Amount</th>
170
            <th>Amount</th>
175
            <th>Amount outstanding</th>
171
            <th>Amount outstanding</th>
176
        </tr></thead>
172
        </tr></thead>
177
    <tfoot><td colspan="5">Total amount to be written off:</td><td>[% amountoutstanding | format('%.2f') %]</td></tfoot>
173
    <tfoot><td colspan="3">Total amount to be written off:</td><td>[% amountoutstanding | format('%.2f') %]</td></tfoot>
178
    <tbody><tr>
174
    <tbody><tr>
179
            <td>[% description %] [% title %]</td>
175
            <td>[% description %] [% title %]</td>
180
            <td>[% accounttype %]</td>
176
            <td>[% accounttype %]</td>
181
- 

Return to bug 10021