Lines 90-96
Link Here
|
90 |
[% IF credit.debit %] |
90 |
[% IF credit.debit %] |
91 |
<tr> |
91 |
<tr> |
92 |
<td>[% accountline.accountlines_id | html %]</td> |
92 |
<td>[% accountline.accountlines_id | html %]</td> |
93 |
<td>{ "type": "credit", "identifier": "[%- accountline.credit_number | html -%]", "description": "[%- PROCESS account_type_description account=accountline -%] ([% AuthorisedValues.GetByCode( 'PAYMENT_TYPE', accountline.payment_type ) %])", "amount": "[% accountline.amount * -1 | $Price %]" }</td> |
93 |
<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> |
94 |
<td></td> |
94 |
<td></td> |
95 |
<td> |
95 |
<td> |
96 |
[%- PROCESS account_type_description account=credit.debit -%] |
96 |
[%- PROCESS account_type_description account=credit.debit -%] |
Lines 114-120
Link Here
|
114 |
[% IF debit.credit %] |
114 |
[% IF debit.credit %] |
115 |
<tr> |
115 |
<tr> |
116 |
<td>[% accountline.accountlines_id | html %]</td> |
116 |
<td>[% accountline.accountlines_id | html %]</td> |
117 |
<td>{ "type": "debit", "identifier": "[%- accountline.credit_number | html -%]", "description": "[%- PROCESS account_type_description account=accountline -%] ([% AuthorisedValues.GetByCode( 'PAYMENT_TYPE', accountline.payment_type ) %])", "amount": "[% accountline.amount * -1 | $Price %]" }</td> |
117 |
<td>{ "type": "debit", "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> |
118 |
<td></td> |
118 |
<td></td> |
119 |
<td>[%- PROCESS account_type_description account=debit.credit -%]</td> |
119 |
<td>[%- PROCESS account_type_description account=debit.credit -%]</td> |
120 |
<td> |
120 |
<td> |
121 |
- |
|
|