|
Lines 154-160
Link Here
|
| 154 |
|
154 |
|
| 155 |
<fieldset class="rows"> |
155 |
<fieldset class="rows"> |
| 156 |
<legend>Pay an individual charge</legend> |
156 |
<legend>Pay an individual charge</legend> |
| 157 |
<input type="hidden" name="payment_note" id="payment_note" value="[% payment_note | html %]" /> |
|
|
| 158 |
<table> |
157 |
<table> |
| 159 |
<thead><tr> |
158 |
<thead><tr> |
| 160 |
<th>Description</th> |
159 |
<th>Description</th> |
|
Lines 217-222
Link Here
|
| 217 |
[% END %] |
216 |
[% END %] |
| 218 |
</li> |
217 |
</li> |
| 219 |
[% END %] |
218 |
[% END %] |
|
|
219 |
<li> |
| 220 |
<label> Note: </label> |
| 221 |
<input name="payment_note" id="payment_note" value="[% payment_note | html %]" /> |
| 222 |
</li> |
| 223 |
|
| 220 |
</ol> |
224 |
</ol> |
| 221 |
</fieldset> |
225 |
</fieldset> |
| 222 |
|
226 |
|
|
Lines 248-254
Link Here
|
| 248 |
<input type="hidden" name="debit_type_code" id="debit_type_code" value="[% debit_type_code | html %]" /> |
252 |
<input type="hidden" name="debit_type_code" id="debit_type_code" value="[% debit_type_code | html %]" /> |
| 249 |
<input type="hidden" name="amount" id="amount" value="[% amount | html %]" /> |
253 |
<input type="hidden" name="amount" id="amount" value="[% amount | html %]" /> |
| 250 |
<input type="hidden" name="accountlines_id" id="accountlines_id" value="[% accountlines_id | html %]" /> |
254 |
<input type="hidden" name="accountlines_id" id="accountlines_id" value="[% accountlines_id | html %]" /> |
| 251 |
<input type="hidden" name="payment_note" id="payment_note" value="[% payment_note | html %]" /> |
|
|
| 252 |
<input type="hidden" name="amountoutstanding" id="amountoutstanding" value="[% amountoutstanding | html %]" /> |
255 |
<input type="hidden" name="amountoutstanding" id="amountoutstanding" value="[% amountoutstanding | html %]" /> |
| 253 |
<input type="hidden" name="change_given" id="change_given" /> |
256 |
<input type="hidden" name="change_given" id="change_given" /> |
| 254 |
<table> |
257 |
<table> |
|
Lines 274-279
Link Here
|
| 274 |
<!-- default to writing off all --> |
277 |
<!-- default to writing off all --> |
| 275 |
<input name="paid" id="amountwrittenoff" value="[% amountoutstanding | $Price on_editing => 1 %]" type="text" /> |
278 |
<input name="paid" id="amountwrittenoff" value="[% amountoutstanding | $Price on_editing => 1 %]" type="text" /> |
| 276 |
</li> |
279 |
</li> |
|
|
280 |
<li> |
| 281 |
<label> Note: </label> |
| 282 |
<input name="payment_note" id="payment_note" value="[% payment_note | html %]" /> |
| 283 |
</li> |
| 277 |
</ol> |
284 |
</ol> |
| 278 |
</fieldset> |
285 |
</fieldset> |
| 279 |
|
286 |
|
| 280 |
- |
|
|