Lines 28-34
Link Here
|
28 |
[% ELSIF ( writeoff_individual ) %]Write off an individual fine |
28 |
[% ELSIF ( writeoff_individual ) %]Write off an individual fine |
29 |
[% ELSE %] |
29 |
[% ELSE %] |
30 |
[% IF ( selected_accts ) %] |
30 |
[% IF ( selected_accts ) %] |
31 |
[% IF type == 'writeoff' %]Write off an amount toward selected fines |
31 |
[% IF type == 'WRITEOFF' %]Write off an amount toward selected fines |
32 |
[% ELSE %]Pay an amount toward selected fines |
32 |
[% ELSE %]Pay an amount toward selected fines |
33 |
[% END %] |
33 |
[% END %] |
34 |
[% ELSE %]Pay an amount toward all fines |
34 |
[% ELSE %]Pay an amount toward all fines |
Lines 204-210
Link Here
|
204 |
</div> |
204 |
</div> |
205 |
</form> |
205 |
</form> |
206 |
[% ELSE %] |
206 |
[% ELSE %] |
207 |
[% IF ( error_registers && type != 'writeoff' ) %] |
207 |
[% IF ( error_registers && type != 'WRITEOFF' ) %] |
208 |
<div id="error_message" class="dialog alert"> |
208 |
<div id="error_message" class="dialog alert"> |
209 |
You must have at least one cash register associated with this branch before you can record payments. |
209 |
You must have at least one cash register associated with this branch before you can record payments. |
210 |
</div> |
210 |
</div> |
211 |
- |
|
|