Lines 121-127
Link Here
|
121 |
<input name="paid" id="paid" type="text" step="0.01" value="[% amountoutstanding | $Price on_editing => 1 %]"/> |
121 |
<input name="paid" id="paid" type="text" step="0.01" value="[% amountoutstanding | $Price on_editing => 1 %]"/> |
122 |
</li> |
122 |
</li> |
123 |
<li> |
123 |
<li> |
124 |
<label for="collected">Collected from patron: </label> |
124 |
<label for="collected">Amount tendered: </label> |
125 |
<input name="collected" id="collected" type="text" step="0.01" value="[% amountoutstanding | $Price on_editing => 1 %]"/> |
125 |
<input name="collected" id="collected" type="text" step="0.01" value="[% amountoutstanding | $Price on_editing => 1 %]"/> |
126 |
</li> |
126 |
</li> |
127 |
<li> |
127 |
<li> |
Lines 241-247
Link Here
|
241 |
</li> |
241 |
</li> |
242 |
[% IF type != 'WRITEOFF' %] |
242 |
[% IF type != 'WRITEOFF' %] |
243 |
<li> |
243 |
<li> |
244 |
<label for="collected">Collected from patron: </label> |
244 |
<label for="collected">Amount tendered: </label> |
245 |
<input name="collected" id="collected" type="text" step="0.01" value="[% total | $Price on_editing => 1 %]"/> |
245 |
<input name="collected" id="collected" type="text" step="0.01" value="[% total | $Price on_editing => 1 %]"/> |
246 |
</li> |
246 |
</li> |
247 |
<li> |
247 |
<li> |