|
Lines 82-88
Link Here
|
| 82 |
<tr> |
82 |
<tr> |
| 83 |
<td>[% accountline.accountlines_id | html %]</td> |
83 |
<td>[% accountline.accountlines_id | html %]</td> |
| 84 |
<td>{ "type": "credit", "description": "[%- PROCESS account_type_description account=accountline -%] ([% accountline.payment_type | html %])", "amount": "[% accountline.amount * -1 | $Price %]" }</td> |
84 |
<td>{ "type": "credit", "description": "[%- PROCESS account_type_description account=accountline -%] ([% accountline.payment_type | html %])", "amount": "[% accountline.amount * -1 | $Price %]" }</td> |
| 85 |
<td></td> |
85 |
<td>[% IF accountline.timestamp %][% accountline.timestamp | $KohaDates with_hours => 1 %][% END %]</td> |
| 86 |
<td> |
86 |
<td> |
| 87 |
[%- PROCESS account_type_description account=credit.debit -%] |
87 |
[%- PROCESS account_type_description account=credit.debit -%] |
| 88 |
[%- IF credit.debit.description -%] ([% credit.debit.description | html %])[%- END -%] |
88 |
[%- IF credit.debit.description -%] ([% credit.debit.description | html %])[%- END -%] |
|
Lines 171-177
Link Here
|
| 171 |
<tr> |
171 |
<tr> |
| 172 |
<td>[% accountline.accountlines_id | html %]</td> |
172 |
<td>[% accountline.accountlines_id | html %]</td> |
| 173 |
<td>{ "type": "credit", "description": "[%- PROCESS account_type_description account=accountline -%] ([% accountline.payment_type | html %])", "amount": "[% accountline.amount * -1 | $Price %]" }</td> |
173 |
<td>{ "type": "credit", "description": "[%- PROCESS account_type_description account=accountline -%] ([% accountline.payment_type | html %])", "amount": "[% accountline.amount * -1 | $Price %]" }</td> |
| 174 |
<td></td> |
174 |
<td>[% IF accountline.timestamp %][% accountline.timestamp | $KohaDates with_hours => 1 %][% END %]</td> |
| 175 |
<td> |
175 |
<td> |
| 176 |
[%- PROCESS account_type_description account=credit.debit -%] |
176 |
[%- PROCESS account_type_description account=credit.debit -%] |
| 177 |
[%- IF credit.debit.description -%] ([% credit.debit.description | html %])[%- END -%] |
177 |
[%- IF credit.debit.description -%] ([% credit.debit.description | html %])[%- END -%] |
| 178 |
- |
|
|