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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/pos/register.tt (-3 / +2 lines)
Lines 80-86 Link Here
80
                            [% IF credit.debit %]
80
                            [% IF credit.debit %]
81
                            <tr>
81
                            <tr>
82
                                <td>
82
                                <td>
83
                                    [% accountline.accountlines_id %]
83
                                    [% accountline.accountlines_id | html %]
84
                                </td>
84
                                </td>
85
                                <td>
85
                                <td>
86
                                    { "type": "credit", "description": "[%- PROCESS account_type_description account=accountline -%] ([% accountline.payment_type | html %])", "amount": "[% accountline.amount * -1 | $Price %]" }
86
                                    { "type": "credit", "description": "[%- PROCESS account_type_description account=accountline -%] ([% accountline.payment_type | html %])", "amount": "[% accountline.amount * -1 | $Price %]" }
Lines 104-110 Link Here
104
                            [% IF debit.credit %]
104
                            [% IF debit.credit %]
105
                            <tr>
105
                            <tr>
106
                                <td>
106
                                <td>
107
                                    [% accountline.accountlines_id %]
107
                                    [% accountline.accountlines_id | html %]
108
                                </td>
108
                                </td>
109
                                <td>
109
                                <td>
110
                                    { "type": "debit", "description": "[%- PROCESS account_type_description account=accountline -%] ([% accountline.payment_type | html %])", "amount": "[% accountline.amount * -1 | $Price %]" }
110
                                    { "type": "debit", "description": "[%- PROCESS account_type_description account=accountline -%] ([% accountline.payment_type | html %])", "amount": "[% accountline.amount * -1 | $Price %]" }
111
- 

Return to bug 23355