|
Lines 116-122
Link Here
|
| 116 |
<input name="paid" id="paid" value="[% amountoutstanding | $Price on_editing => 1 %]"/> |
116 |
<input name="paid" id="paid" value="[% amountoutstanding | $Price on_editing => 1 %]"/> |
| 117 |
</li> |
117 |
</li> |
| 118 |
<li> |
118 |
<li> |
| 119 |
<label for="collected">Collected from patron: </label> |
119 |
<label for="collected">Amount tendered: </label> |
| 120 |
<input id="collected" value="[% amountoutstanding | $Price on_editing => 1 %]"/> |
120 |
<input id="collected" value="[% amountoutstanding | $Price on_editing => 1 %]"/> |
| 121 |
</li> |
121 |
</li> |
| 122 |
<li> |
122 |
<li> |
|
Lines 250-256
Link Here
|
| 250 |
|
250 |
|
| 251 |
[% IF type != 'WRITEOFF' %] |
251 |
[% IF type != 'WRITEOFF' %] |
| 252 |
<li> |
252 |
<li> |
| 253 |
<label for="collected">Collected from patron: </label> |
253 |
<label for="collected">Amount tendered: </label> |
| 254 |
<input id="collected" value="[% total | $Price on_editing => 1 %]"/> |
254 |
<input id="collected" value="[% total | $Price on_editing => 1 %]"/> |
| 255 |
</li> |
255 |
</li> |
| 256 |
<li> |
256 |
<li> |