Fix js error .submit is not a function
This commit is contained in:
parent
dcdc53464d
commit
d128df1fe5
@ -1271,7 +1271,7 @@ else
|
|||||||
dol_fiche_end();
|
dol_fiche_end();
|
||||||
|
|
||||||
print '<div class="center">';
|
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)
|
if ($backtopage)
|
||||||
{
|
{
|
||||||
print ' ';
|
print ' ';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user