|
Lines 289-295
$(document).ready(function() {
Link Here
|
| 289 |
</fieldset> |
289 |
</fieldset> |
| 290 |
[% END # hide fieldset %] |
290 |
[% END # hide fieldset %] |
| 291 |
|
291 |
|
| 292 |
[% IF ( showguarantor ) %]<input type="hidden" id="guarantorid" name="guarantorid" value="[% guarantorid %]" /> |
292 |
[% IF ( showguarantor ) %] |
|
|
293 |
<input type="hidden" id="guarantorid" name="guarantorid" value="[% guarantorid %]" /> |
| 294 |
[% UNLESS step_6 %] |
| 295 |
<input type="hidden" name="branchcode" value="[% branchcode %]" /> |
| 296 |
[% END %] |
| 293 |
<fieldset id="memberentry_guarantor" class="rows"> |
297 |
<fieldset id="memberentry_guarantor" class="rows"> |
| 294 |
<legend id="guarantor_lgd">Guarantor information</legend> |
298 |
<legend id="guarantor_lgd">Guarantor information</legend> |
| 295 |
<ol> |
299 |
<ol> |
| 296 |
- |
|
|