Lines 158-164
Link Here
|
158 |
|
158 |
|
159 |
<fieldset class="rows"> |
159 |
<fieldset class="rows"> |
160 |
<legend>Pay an individual charge</legend> |
160 |
<legend>Pay an individual charge</legend> |
161 |
<input type="hidden" name="payment_note" id="payment_note" value="[% payment_note | html %]" /> |
|
|
162 |
<table> |
161 |
<table> |
163 |
<thead><tr> |
162 |
<thead><tr> |
164 |
<th>Description</th> |
163 |
<th>Description</th> |
Lines 221-226
Link Here
|
221 |
[% END %] |
220 |
[% END %] |
222 |
</li> |
221 |
</li> |
223 |
[% END %] |
222 |
[% END %] |
|
|
223 |
<li> |
224 |
<label> Note: </label> |
225 |
<input name="payment_note" id="payment_note" value="[% payment_note | html %]" /> |
226 |
</li> |
227 |
|
224 |
</ol> |
228 |
</ol> |
225 |
</fieldset> |
229 |
</fieldset> |
226 |
|
230 |
|
Lines 256-262
Link Here
|
256 |
<input type="hidden" name="debit_type_code" id="debit_type_code" value="[% debit_type_code | html %]" /> |
260 |
<input type="hidden" name="debit_type_code" id="debit_type_code" value="[% debit_type_code | html %]" /> |
257 |
<input type="hidden" name="amount" id="amount" value="[% amount | html %]" /> |
261 |
<input type="hidden" name="amount" id="amount" value="[% amount | html %]" /> |
258 |
<input type="hidden" name="accountlines_id" id="accountlines_id" value="[% accountlines_id | html %]" /> |
262 |
<input type="hidden" name="accountlines_id" id="accountlines_id" value="[% accountlines_id | html %]" /> |
259 |
<input type="hidden" name="payment_note" id="payment_note" value="[% payment_note | html %]" /> |
|
|
260 |
<input type="hidden" name="amountoutstanding" id="amountoutstanding" value="[% amountoutstanding | html %]" /> |
263 |
<input type="hidden" name="amountoutstanding" id="amountoutstanding" value="[% amountoutstanding | html %]" /> |
261 |
<input type="hidden" name="change_given" id="change_given" /> |
264 |
<input type="hidden" name="change_given" id="change_given" /> |
262 |
<table> |
265 |
<table> |
Lines 282-287
Link Here
|
282 |
<!-- default to writing off all --> |
285 |
<!-- default to writing off all --> |
283 |
<input name="paid" id="amountwrittenoff" value="[% amountoutstanding | $Price on_editing => 1 %]" type="text" /> |
286 |
<input name="paid" id="amountwrittenoff" value="[% amountoutstanding | $Price on_editing => 1 %]" type="text" /> |
284 |
</li> |
287 |
</li> |
|
|
288 |
<li> |
289 |
<label> Note: </label> |
290 |
<input name="payment_note" id="payment_note" value="[% payment_note | html %]" /> |
291 |
</li> |
285 |
</ol> |
292 |
</ol> |
286 |
</fieldset> |
293 |
</fieldset> |
287 |
|
294 |
|
288 |
- |
|
|