Lines 124-130
Link Here
|
124 |
<input type="hidden" name="amount" id="amount" value="[% amount | html %]" /> |
124 |
<input type="hidden" name="amount" id="amount" value="[% amount | html %]" /> |
125 |
<input type="hidden" name="amountoutstanding" id="amountoutstanding" value="[% amountoutstanding | html %]" /> |
125 |
<input type="hidden" name="amountoutstanding" id="amountoutstanding" value="[% amountoutstanding | html %]" /> |
126 |
<input type="hidden" name="accountlines_id" id="accountlines_id" value="[% accountlines_id | html %]" /> |
126 |
<input type="hidden" name="accountlines_id" id="accountlines_id" value="[% accountlines_id | html %]" /> |
127 |
<input type="hidden" name="title" id="title" value="[% borrower_data.title | html %]" /> |
127 |
<input type="hidden" name="title" id="title" value="[% patron.title | html %]" /> |
128 |
<input type="hidden" name="change_given" id="change_given" /> |
128 |
<input type="hidden" name="change_given" id="change_given" /> |
129 |
|
129 |
|
130 |
<fieldset class="rows"> |
130 |
<fieldset class="rows"> |
Lines 203-209
Link Here
|
203 |
<input type="hidden" name="debit_type_code" id="debit_type_code" value="[% debit_type_code | html %]" /> |
203 |
<input type="hidden" name="debit_type_code" id="debit_type_code" value="[% debit_type_code | html %]" /> |
204 |
<input type="hidden" name="amount" id="amount" value="[% amount | html %]" /> |
204 |
<input type="hidden" name="amount" id="amount" value="[% amount | html %]" /> |
205 |
<input type="hidden" name="accountlines_id" id="accountlines_id" value="[% accountlines_id | html %]" /> |
205 |
<input type="hidden" name="accountlines_id" id="accountlines_id" value="[% accountlines_id | html %]" /> |
206 |
<input type="hidden" name="title" id="title" value="[% borrower_data.title | html %]" /> |
206 |
<input type="hidden" name="title" id="title" value="[% patron.title | html %]" /> |
207 |
<input type="hidden" name="payment_note" id="payment_note" value="[% payment_note | html %]" /> |
207 |
<input type="hidden" name="payment_note" id="payment_note" value="[% payment_note | html %]" /> |
208 |
<input type="hidden" name="amountoutstanding" id="amountoutstanding" value="[% amountoutstanding | html %]" /> |
208 |
<input type="hidden" name="amountoutstanding" id="amountoutstanding" value="[% amountoutstanding | html %]" /> |
209 |
<input type="hidden" name="confirm_writeoff" id="confirm_writeoff" value="1" /> |
209 |
<input type="hidden" name="confirm_writeoff" id="confirm_writeoff" value="1" /> |