Fix js error .submit is not a function

This commit is contained in:
Laurent Destailleur 2016-02-22 14:33:14 +01:00
parent dcdc53464d
commit d128df1fe5

View File

@ -1271,7 +1271,7 @@ else
dol_fiche_end();
print '<div class="center">';
print '<input type="submit" class="button" name="submit" value="'.$langs->trans('AddThirdParty').'">';
print '<input type="submit" class="button" name="create" value="'.$langs->trans('AddThirdParty').'">';
if ($backtopage)
{
print ' &nbsp; ';