Lines 65-70
Link Here
|
65 |
You must pay a value less than or equal to [% total_due | format('%.2f') %]. |
65 |
You must pay a value less than or equal to [% total_due | format('%.2f') %]. |
66 |
</div> |
66 |
</div> |
67 |
[% END %] |
67 |
[% END %] |
|
|
68 |
[% IF ( error_under ) %] |
69 |
<div id="error_message" class="dialog alert"> |
70 |
You must collect a value greater than or equal to [% total_paid | format('%.2f') %]. |
71 |
</div> |
72 |
[% END %] |
68 |
|
73 |
|
69 |
[% IF ( pay_individual ) %] |
74 |
[% IF ( pay_individual ) %] |
70 |
[% IF ( error_registers ) %] |
75 |
[% IF ( error_registers ) %] |
Lines 117-123
Link Here
|
117 |
</li> |
122 |
</li> |
118 |
<li> |
123 |
<li> |
119 |
<label for="collected">Collected from patron: </label> |
124 |
<label for="collected">Collected from patron: </label> |
120 |
<input id="collected" type="number" step="0.01" value="[% amountoutstanding | $Price on_editing => 1 %]"/> |
125 |
<input name="collected" id="collected" type="number" step="0.01" value="[% amountoutstanding | $Price on_editing => 1 %]"/> |
121 |
</li> |
126 |
</li> |
122 |
<li> |
127 |
<li> |
123 |
<label>Change to give: </label> |
128 |
<label>Change to give: </label> |
Lines 246-252
Link Here
|
246 |
[% IF type != 'WRITEOFF' %] |
251 |
[% IF type != 'WRITEOFF' %] |
247 |
<li> |
252 |
<li> |
248 |
<label for="collected">Collected from patron: </label> |
253 |
<label for="collected">Collected from patron: </label> |
249 |
<input id="collected" type="number" step="0.01" value="[% total | $Price on_editing => 1 %]"/> |
254 |
<input name="collected" id="collected" type="number" step="0.01" value="[% total | $Price on_editing => 1 %]"/> |
250 |
</li> |
255 |
</li> |
251 |
<li> |
256 |
<li> |
252 |
<label>Change to give: </label> |
257 |
<label>Change to give: </label> |