Lines 104-110
Link Here
|
104 |
<tr> |
104 |
<tr> |
105 |
<td>[% accountline.accountlines_id | html %]</td> |
105 |
<td>[% accountline.accountlines_id | html %]</td> |
106 |
<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 %]" }</td> |
106 |
<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 %]" }</td> |
107 |
<td></td> |
107 |
<td>[% IF accountline.timestamp %][% accountline.timestamp | $KohaDates with_hours => 1 %][% END %]</td> |
108 |
<td> |
108 |
<td> |
109 |
[%- PROCESS account_type_description account=credit.debit -%] |
109 |
[%- PROCESS account_type_description account=credit.debit -%] |
110 |
[%- IF credit.debit.description -%] ([% credit.debit.description | html %])[%- END -%] |
110 |
[%- IF credit.debit.description -%] ([% credit.debit.description | html %])[%- END -%] |
Lines 193-199
Link Here
|
193 |
<tr> |
193 |
<tr> |
194 |
<td>[% accountline.accountlines_id | html %]</td> |
194 |
<td>[% accountline.accountlines_id | html %]</td> |
195 |
<td>{ "type": "credit", "identifier": "[%- accountline.credit_number | html -%]", "description": "[%- PROCESS account_type_description account=accountline -%] ([% accountline.payment_type | html %])", "amount": "[% accountline.amount * -1 | $Price %]" }</td> |
195 |
<td>{ "type": "credit", "identifier": "[%- accountline.credit_number | html -%]", "description": "[%- PROCESS account_type_description account=accountline -%] ([% accountline.payment_type | html %])", "amount": "[% accountline.amount * -1 | $Price %]" }</td> |
196 |
<td></td> |
196 |
<td>[% IF accountline.timestamp %][% accountline.timestamp | $KohaDates with_hours => 1 %][% END %]</td> |
197 |
<td> |
197 |
<td> |
198 |
[%- PROCESS account_type_description account=credit.debit -%] |
198 |
[%- PROCESS account_type_description account=credit.debit -%] |
199 |
[%- IF credit.debit.description -%] ([% credit.debit.description | html %])[%- END -%] |
199 |
[%- IF credit.debit.description -%] ([% credit.debit.description | html %])[%- END -%] |
200 |
- |
|
|