This commit is contained in:
Laurent Destailleur 2021-06-08 15:49:26 +02:00
parent 1aeb91eb9a
commit 6eab0f5661

View File

@ -1419,7 +1419,7 @@ if ($resql) {
if (!empty($arrayfields['pr.ref']['checked'])) {
// Project ref
print '<td class="nowrap">';
print '<td class="nowraponall">';
if ($obj->project_id > 0) {
print $projectstatic->getNomUrl(1);
}