#1682 Date is missing in proposals list
This commit is contained in:
parent
31f987706c
commit
f2eda0629b
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user