Lines 101-107
Link Here
|
101 |
<li> |
101 |
<li> |
102 |
<label for="paid">Collect from patron: </label> |
102 |
<label for="paid">Collect from patron: </label> |
103 |
<!-- default to paying all --> |
103 |
<!-- default to paying all --> |
104 |
<input name="paid" id="paid" value="[% amountoutstanding | html %]" /> |
104 |
<input name="paid" id="paid" value="[% amountoutstanding | html %]" type="text" /> |
105 |
</li> |
105 |
</li> |
106 |
[% SET payment_types = AuthorisedValues.GetAuthValueDropbox('PAYMENT_TYPE') %] |
106 |
[% SET payment_types = AuthorisedValues.GetAuthValueDropbox('PAYMENT_TYPE') %] |
107 |
[% IF payment_types %] |
107 |
[% IF payment_types %] |
Lines 157-163
Link Here
|
157 |
<li> |
157 |
<li> |
158 |
<label for="paid">Writeoff amount: </label> |
158 |
<label for="paid">Writeoff amount: </label> |
159 |
<!-- default to writing off all --> |
159 |
<!-- default to writing off all --> |
160 |
<input name="amountwrittenoff" id="amountwrittenoff" value="[% amountoutstanding | $Price on_editing => 1 | html %]" /> |
160 |
<input name="amountwrittenoff" id="amountwrittenoff" value="[% amountoutstanding | $Price on_editing => 1 | html %]" type="text" /> |
161 |
</li> |
161 |
</li> |
162 |
</ol> |
162 |
</ol> |
163 |
</fieldset> |
163 |
</fieldset> |
Lines 198-204
Link Here
|
198 |
<label for="paid">Collect from patron: </label> |
198 |
<label for="paid">Collect from patron: </label> |
199 |
[% END %] |
199 |
[% END %] |
200 |
<!-- default to paying all --> |
200 |
<!-- default to paying all --> |
201 |
<input name="paid" id="paid" value="[% total | format('%.2f') %]" /> |
201 |
<input name="paid" id="paid" value="[% total | format('%.2f') %]" type="text" /> |
202 |
</li> |
202 |
</li> |
203 |
[% SET payment_types = AuthorisedValues.GetAuthValueDropbox('PAYMENT_TYPE') %] |
203 |
[% SET payment_types = AuthorisedValues.GetAuthValueDropbox('PAYMENT_TYPE') %] |
204 |
[% IF payment_types %] |
204 |
[% IF payment_types %] |