Fix deprecated function

This commit is contained in:
Laurent Destailleur 2021-03-21 22:37:24 +01:00
parent 4ac5d32c48
commit 1c6585f06b
3 changed files with 4 additions and 4 deletions

View File

@ -468,7 +468,7 @@ if ($action == 'create') {
print '</table>';
dol_fiche_end();
print dol_get_fiche_end();
print '<div class="center">';
print '<input type="submit" class="button button-save" value="'.$langs->trans("Save").'">';
@ -710,7 +710,7 @@ if ($id) {
print '<div class="clearboth"></div>';
dol_fiche_end();
print dol_get_fiche_end();
if ($action == 'edit') {
print '<div align="center">';

View File

@ -228,7 +228,7 @@ if ($action == 'create') {
print '</table>';
dol_fiche_end();
print dol_get_fiche_end();
/*
* Autres charges impayees

View File

@ -169,7 +169,7 @@ print '</table>';
print '</div>';
dol_fiche_end();
print dol_get_fiche_end();
/*