Fix : display proposal date on proposal list
This commit is contained in:
parent
0a1ade22c8
commit
978dc8170d
@ -388,7 +388,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