bug 2262 - fix delete guarantor button
Added an ID attribute so that the JavaScript for the 'delete guarantor' button could clear the guarantorid field. Signed-off-by: Joshua Ferraro <jmf@liblime.com>
This commit is contained in:
parent
22654a5977
commit
fff5631fc7
1 changed files with 1 additions and 1 deletions
|
@ -266,7 +266,7 @@
|
|||
</ol>
|
||||
</fieldset>
|
||||
|
||||
<!--TMPL_IF Name="showguarantor"--><input type="hidden" name="guarantorid" value="<!-- TMPL_VAR NAME="guarantorid" -->" />
|
||||
<!--TMPL_IF Name="showguarantor"--><input type="hidden" id="guarantorid" name="guarantorid" value="<!-- TMPL_VAR NAME="guarantorid" -->" />
|
||||
<fieldset class="rows">
|
||||
<legend>Guarantor Information</legend>
|
||||
<ol>
|
||||
|
|
Loading…
Reference in a new issue