Lines 94-118
function enableCheckboxActions(){
Link Here
|
94 |
<tr> |
94 |
<tr> |
95 |
<td> |
95 |
<td> |
96 |
[% IF ( line.amountoutstanding > 0 ) %] |
96 |
[% IF ( line.amountoutstanding > 0 ) %] |
97 |
<input class="cb" type="checkbox" checked="checked" name="incl_par_[% line.accountno %]" /> |
97 |
<input class="cb" type="checkbox" checked="checked" name="incl_par_[% line.accountlines_id %]" /> |
98 |
[% END %] |
98 |
[% END %] |
99 |
</td> |
99 |
</td> |
100 |
<td> |
100 |
<td> |
101 |
[% IF ( line.amountoutstanding > 0 ) %] |
101 |
[% IF ( line.amountoutstanding > 0 ) %] |
102 |
<input type="submit" name="pay_indiv_[% line.accountno %]" value="Pay" /> |
102 |
<input type="submit" name="pay_indiv_[% line.accountlines_id %]" value="Pay" /> |
103 |
[% IF CAN_user_updatecharges_writeoff %]<input type="submit" name="wo_indiv_[% line.accountno %]" value="Write off" />[% END %] |
103 |
[% IF CAN_user_updatecharges_writeoff %]<input type="submit" name="wo_indiv_[% line.accountlines_id %]" value="Write off" />[% END %] |
104 |
[% END %] |
104 |
[% END %] |
105 |
<input type="hidden" name="itemnumber[% line.accountno %]" value="[% line.itemnumber %]" /> |
105 |
<input type="hidden" name="itemnumber[% line.accountlines_id %]" value="[% line.itemnumber %]" /> |
106 |
<input type="hidden" name="description[% line.accountno %]" value="[% line.description %]" /> |
106 |
<input type="hidden" name="description[% line.accountlines_id %]" value="[% line.description %]" /> |
107 |
<input type="hidden" name="accounttype[% line.accountno %]" value="[% line.accounttype %]" /> |
107 |
<input type="hidden" name="accounttype[% line.accountlines_id %]" value="[% line.accounttype %]" /> |
108 |
<input type="hidden" name="amount[% line.accountno %]" value="[% line.amount %]" /> |
108 |
<input type="hidden" name="amount[% line.accountlines_id %]" value="[% line.amount %]" /> |
109 |
<input type="hidden" name="accountlines_id[% line.accountno %]" value="[% line.accountlines_id %]" /> |
109 |
<input type="hidden" name="accountlines_id[% line.accountlines_id %]" value="[% line.accountlines_id %]" /> |
110 |
<input type="hidden" name="amountoutstanding[% line.accountno %]" value="[% line.amountoutstanding %]" /> |
110 |
<input type="hidden" name="amountoutstanding[% line.accountlines_id %]" value="[% line.amountoutstanding %]" /> |
111 |
<input type="hidden" name="borrowernumber[% line.accountno %]" value="[% line.borrowernumber %]" /> |
111 |
<input type="hidden" name="borrowernumber[% line.accountlines_id %]" value="[% line.borrowernumber %]" /> |
112 |
<input type="hidden" name="accountno[% line.accountno %]" value="[% line.accountno %]" /> |
112 |
<input type="hidden" name="notify_id[% line.accountlines_id %]" value="[% line.notify_id %]" /> |
113 |
<input type="hidden" name="notify_id[% line.accountno %]" value="[% line.notify_id %]" /> |
113 |
<input type="hidden" name="notify_level[% line.accountlines_id %]" value="[% line.notify_level %]" /> |
114 |
<input type="hidden" name="notify_level[% line.accountno %]" value="[% line.notify_level %]" /> |
114 |
<input type="hidden" name="totals[% line.accountlines_id %]" value="[% line.totals %]" /> |
115 |
<input type="hidden" name="totals[% line.accountno %]" value="[% line.totals %]" /> |
|
|
116 |
</td> |
115 |
</td> |
117 |
<td> |
116 |
<td> |
118 |
[% SWITCH line.accounttype %] |
117 |
[% SWITCH line.accounttype %] |
Lines 139-145
function enableCheckboxActions(){
Link Here
|
139 |
[%- IF line.description %], [% line.description %][% END %] |
138 |
[%- IF line.description %], [% line.description %][% END %] |
140 |
[% IF line.title %]([% line.title %])[% END %] |
139 |
[% IF line.title %]([% line.title %])[% END %] |
141 |
</td> |
140 |
</td> |
142 |
<td><input type="text" name="payment_note_[% line.accountno %]" /></td> |
141 |
<td><input type="text" name="payment_note_[% line.accountlines_id %]" /></td> |
143 |
<td>[% line.accounttype %]</td> |
142 |
<td>[% line.accounttype %]</td> |
144 |
<td>[% line.notify_id %]</td> |
143 |
<td>[% line.notify_id %]</td> |
145 |
<td>[% line.notify_level %]</td> |
144 |
<td>[% line.notify_level %]</td> |