Merge pull request #3684 from aspangaro/3.8-21
Fix : Lines from ER show date in english format
This commit is contained in:
commit
4fab809604
@ -1669,7 +1669,7 @@ else
|
||||
print img_picto($langs->trans("Document"), "object_generic");
|
||||
print ' <span>'.$piece_comptable.'</span></td>';
|
||||
}
|
||||
print '<td style="text-align:center;">'.$objp->date.'</td>';
|
||||
print '<td style="text-align:center;">'.dol_print_date($db->jdate($objp->date), 'day').'</td>';
|
||||
print '<td style="text-align:center;">';
|
||||
if ($objp->projet_id > 0)
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user