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 |
158 |
<thead |
160 |
><tr> |
159 |
><tr> |
Lines 208-213
Link Here
|
208 |
[% END %] |
207 |
[% END %] |
209 |
</li> |
208 |
</li> |
210 |
[% END %] |
209 |
[% END %] |
|
|
210 |
<li> |
211 |
<label> Note: </label> |
212 |
<input name="payment_note" id="payment_note" value="[% payment_note | html %]" /> |
213 |
</li> |
211 |
</ol> |
214 |
</ol> |
212 |
</fieldset> |
215 |
</fieldset> |
213 |
|
216 |
|
Lines 247-253
Link Here
|
247 |
<input type="hidden" name="debit_type_code" id="debit_type_code" value="[% debit_type_code | html %]" /> |
250 |
<input type="hidden" name="debit_type_code" id="debit_type_code" value="[% debit_type_code | html %]" /> |
248 |
<input type="hidden" name="amount" id="amount" value="[% amount | html %]" /> |
251 |
<input type="hidden" name="amount" id="amount" value="[% amount | html %]" /> |
249 |
<input type="hidden" name="accountlines_id" id="accountlines_id" value="[% accountlines_id | html %]" /> |
252 |
<input type="hidden" name="accountlines_id" id="accountlines_id" value="[% accountlines_id | html %]" /> |
250 |
<input type="hidden" name="payment_note" id="payment_note" value="[% payment_note | html %]" /> |
|
|
251 |
<input type="hidden" name="amountoutstanding" id="amountoutstanding" value="[% amountoutstanding | html %]" /> |
253 |
<input type="hidden" name="amountoutstanding" id="amountoutstanding" value="[% amountoutstanding | html %]" /> |
252 |
<input type="hidden" name="change_given" id="change_given" /> |
254 |
<input type="hidden" name="change_given" id="change_given" /> |
253 |
<table> |
255 |
<table> |
Lines 279-284
Link Here
|
279 |
<!-- default to writing off all --> |
281 |
<!-- default to writing off all --> |
280 |
<input name="paid" id="amountwrittenoff" value="[% amountoutstanding | $Price on_editing => 1 %]" type="text" /> |
282 |
<input name="paid" id="amountwrittenoff" value="[% amountoutstanding | $Price on_editing => 1 %]" type="text" /> |
281 |
</li> |
283 |
</li> |
|
|
284 |
<li> |
285 |
<label> Note: </label> |
286 |
<input name="payment_note" id="payment_note" value="[% payment_note | html %]" /> |
287 |
</li> |
282 |
</ol> |
288 |
</ol> |
283 |
</fieldset> |
289 |
</fieldset> |
284 |
|
290 |
|
285 |
- |
|
|