2
0
forked from Wavyzz/dolibarr

fix deprecated in project

This commit is contained in:
Frédéric France
2022-06-22 13:50:54 +02:00
parent eaafa59160
commit b46ede5eae
2 changed files with 40 additions and 15 deletions

View File

@@ -2549,8 +2549,8 @@ function print_projecttasks_array($db, $form, $socid, $projectsListId, $mytasks
$projectstatic->ref = $objp->ref;
$projectstatic->status = $objp->status;
$projectstatic->title = $objp->title;
$projectstatic->datee = $db->jdate($objp->datee);
$projectstatic->dateo = $db->jdate($objp->dateo);
$projectstatic->date_end = $db->jdate($objp->datee);
$projectstatic->date_start = $db->jdate($objp->dateo);
print '<tr class="oddeven">';