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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/pos/register.tt (-2 / +1 lines)
Lines 115-121 Link Here
115
                            [% ELSE %]
115
                            [% ELSE %]
116
                            [% FOREACH credit IN accountline.credit_offsets %]
116
                            [% FOREACH credit IN accountline.credit_offsets %]
117
                            [% IF credit.debit %]
117
                            [% IF credit.debit %]
118
                            <tr cnt="[% accountline.credit_offsets.count %]">
118
                            <tr>
119
                                <td>[% accountline.accountlines_id | html %]</td>
119
                                <td>[% accountline.accountlines_id | html %]</td>
120
                                <td>{ "type": "credit", "identifier": "[%- accountline.credit_number | html -%]", "description": "[%- PROCESS account_type_description account=accountline -%] ([% AuthorisedValues.GetByCode( 'PAYMENT_TYPE', accountline.payment_type ) | html %])", "amount": "[% accountline.amount * -1 | $Price %]", "timestamp": "[% accountline.timestamp | $KohaDates with_hours => 1 %]" }</td>
120
                                <td>{ "type": "credit", "identifier": "[%- accountline.credit_number | html -%]", "description": "[%- PROCESS account_type_description account=accountline -%] ([% AuthorisedValues.GetByCode( 'PAYMENT_TYPE', accountline.payment_type ) | html %])", "amount": "[% accountline.amount * -1 | $Price %]", "timestamp": "[% accountline.timestamp | $KohaDates with_hours => 1 %]" }</td>
121
                                <td></td>
121
                                <td></td>
122
- 

Return to bug 29987