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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/pos/register.tt (-2 / +1 lines)
Lines 346-352 Link Here
346
                            </tr>
346
                            </tr>
347
                            [% FOREACH pt IN payment_types %]
347
                            [% FOREACH pt IN payment_types %]
348
                            <tr>
348
                            <tr>
349
                                <td>[% pt.lib %]</td>
349
                                <td>[% pt.lib | html %]</td>
350
                                <td>[% ( register.last_cashup.cashup_summary.outgoing_transactions.total( payment_type => pt.authorised_value ) + register.last_cashup.cashup_summary.income_transactions.total( payment_type => pt.authorised_value )) * -1 | $Price %]</td>
350
                                <td>[% ( register.last_cashup.cashup_summary.outgoing_transactions.total( payment_type => pt.authorised_value ) + register.last_cashup.cashup_summary.income_transactions.total( payment_type => pt.authorised_value )) * -1 | $Price %]</td>
351
                            </tr>
351
                            </tr>
352
                            [% END %]
352
                            [% END %]
353
- 

Return to bug 26172