Replace deprecated code
This commit is contained in:
parent
fbbe49d6dc
commit
c0b8315e19
@ -566,7 +566,7 @@ if ($resql)
|
|||||||
print $langs->trans('DateInvoice');
|
print $langs->trans('DateInvoice');
|
||||||
print '</td>';
|
print '</td>';
|
||||||
print '<td>';
|
print '<td>';
|
||||||
print $form->select_date('', '', '', '', '', '', 1, 1);
|
print $form->selectDate('', '', '', '', '', '', 1, 1);
|
||||||
print '</td>';
|
print '</td>';
|
||||||
print '</tr>';
|
print '</tr>';
|
||||||
print '<tr>';
|
print '<tr>';
|
||||||
|
|||||||
@ -3080,7 +3080,7 @@ if ($action == 'editmeta' || $action == 'createcontainer')
|
|||||||
print '<tr><td>';
|
print '<tr><td>';
|
||||||
print $langs->trans('DateCreation');
|
print $langs->trans('DateCreation');
|
||||||
print '</td><td>';
|
print '</td><td>';
|
||||||
print $form->select_date($pagedatecreation, 'datecreation', 1, 1, 0, '', 1, 1);
|
print $form->selectDate($pagedatecreation, 'datecreation', 1, 1, 0, '', 1, 1);
|
||||||
//print dol_print_date($pagedatecreation, 'dayhour');
|
//print dol_print_date($pagedatecreation, 'dayhour');
|
||||||
print '</td></tr>';
|
print '</td></tr>';
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user