Lines 149-155
$(document).ready(function() {
Link Here
|
149 |
[% IF transaction_type == "A" %] |
149 |
[% IF transaction_type == "A" %] |
150 |
<option value="A" selected="selected">Account management fee</option> |
150 |
<option value="A" selected="selected">Account management fee</option> |
151 |
[% ELSE %] |
151 |
[% ELSE %] |
152 |
<option value="A">Account Management Fee</option> |
152 |
<option value="A">Account management fee</option> |
153 |
[% END %] |
153 |
[% END %] |
154 |
|
154 |
|
155 |
[% IF transaction_type == "M" %] |
155 |
[% IF transaction_type == "M" %] |
156 |
- |
|
|