Merge branch '13.0' of github.com:Dolibarr/dolibarr into 13_8fablab
This commit is contained in:
commit
a689d2898e
@ -728,7 +728,7 @@ while ($i < min($num, $limit))
|
|||||||
// Project ref
|
// Project ref
|
||||||
if (!empty($arrayfields['p.ref']['checked']))
|
if (!empty($arrayfields['p.ref']['checked']))
|
||||||
{
|
{
|
||||||
print '<td class="nowrap">';
|
print '<td class="nowraponall tdoverflowmax150">';
|
||||||
print $projectstatic->getNomUrl(1, 'task');
|
print $projectstatic->getNomUrl(1, 'task');
|
||||||
if ($projectstatic->hasDelay()) print img_warning("Late");
|
if ($projectstatic->hasDelay()) print img_warning("Late");
|
||||||
print '</td>';
|
print '</td>';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user