Bug fixing : Editing broken javascript
Signed-off-by: Chris Cormack <crc@liblime.com>
This commit is contained in:
parent
3568e20644
commit
0e3b44e3f8
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ var statut=0;
|
|||
}
|
||||
}
|
||||
|
||||
if (document.form.BorrowerMandatoryField.value==''||document.form.FormFieldList.value=='' )
|
||||
if (document.form.BorrowerMandatoryField.value=='')
|
||||
{}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue