#1682 Date is missing in proposals list
This commit is contained in:
parent
31f987706c
commit
f2eda0629b
@ -391,7 +391,7 @@ if ($result)
|
||||
|
||||
// Date proposal
|
||||
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";
|
||||
|
||||
// Date end validity
|
||||
|
||||
Loading…
Reference in New Issue
Block a user