|
Lines 85-91
Link Here
|
| 85 |
<input type="checkbox" checked="checked" name="incl_par_[% line.accountno %]" /> |
85 |
<input type="checkbox" checked="checked" name="incl_par_[% line.accountno %]" /> |
| 86 |
[% END %] |
86 |
[% END %] |
| 87 |
</td> |
87 |
</td> |
| 88 |
<td>[% line.description %] [% line.title |html_entity %]</td> |
88 |
<td>[% line.description %] ([% line.title |html_entity %])</td> |
| 89 |
<td>[% line.accounttype %]</td> |
89 |
<td>[% line.accounttype %]</td> |
| 90 |
<td>[% line.notify_id %]</td> |
90 |
<td>[% line.notify_id %]</td> |
| 91 |
<td>[% line.notify_level %]</td> |
91 |
<td>[% line.notify_level %]</td> |
| 92 |
- |
|
|