|
Lines 136-142
function enableCheckboxActions(){
Link Here
|
| 136 |
[% CASE %][% line.accounttype %] |
136 |
[% CASE %][% line.accounttype %] |
| 137 |
[%- END -%] |
137 |
[%- END -%] |
| 138 |
[%- IF line.description %], [% line.description %][% END %] |
138 |
[%- IF line.description %], [% line.description %][% END %] |
| 139 |
[% IF line.title %]([% line.title |html_entity %])[% END %] |
139 |
[% IF line.title %]([% line.title |html %])[% END %] |
| 140 |
</td> |
140 |
</td> |
| 141 |
<td><input type="text" name="payment_note_[% line.accountno %]" /></td> |
141 |
<td><input type="text" name="payment_note_[% line.accountno %]" /></td> |
| 142 |
<td>[% line.accounttype %]</td> |
142 |
<td>[% line.accounttype %]</td> |
| 143 |
- |
|
|