|
Lines 41-46
Link Here
|
| 41 |
<th> </th> |
41 |
<th> </th> |
| 42 |
<th>Fines & charges</th> |
42 |
<th>Fines & charges</th> |
| 43 |
<th>Description</th> |
43 |
<th>Description</th> |
|
|
44 |
<th>Barcode</th> |
| 44 |
<th>Payment note</th> |
45 |
<th>Payment note</th> |
| 45 |
<th>Account type</th> |
46 |
<th>Account type</th> |
| 46 |
<th>Amount</th> |
47 |
<th>Amount</th> |
|
Lines 101-106
Link Here
|
| 101 |
[%- IF line.description %], [% line.description %][% END %] |
102 |
[%- IF line.description %], [% line.description %][% END %] |
| 102 |
[% IF line.title %]([% line.title %])[% END %] |
103 |
[% IF line.title %]([% line.title %])[% END %] |
| 103 |
</td> |
104 |
</td> |
|
|
105 |
<td>[% line.barcode %]</td> |
| 104 |
<td><input type="text" name="payment_note_[% line.accountlines_id %]" /></td> |
106 |
<td><input type="text" name="payment_note_[% line.accountlines_id %]" /></td> |
| 105 |
<td>[% line.accounttype %]</td> |
107 |
<td>[% line.accounttype %]</td> |
| 106 |
<td class="debit" style="text-align: right;">[% line.amount | $Price %]</td> |
108 |
<td class="debit" style="text-align: right;">[% line.amount | $Price %]</td> |