Skip to content
Snippets Groups Projects
Commit 6c7bab8d authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Merge pull request #2045 from frederic34/patch-4

#1682 Date is missing in proposals list
parents 86f2f191 f2eda062
No related branches found
No related tags found
No related merge requests found
...@@ -391,7 +391,7 @@ if ($result) ...@@ -391,7 +391,7 @@ if ($result)
// Date proposal // Date proposal
print '<td align="center">'; print '<td align="center">';
print dol_print_date($db->jdate($obj->dp), 'day'); print dol_print_date($db->jdate($objp->dp), 'day');
print "</td>\n"; print "</td>\n";
// Date end validity // Date end validity
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment