This commit is contained in:
Frédéric FRANCE 2019-10-01 23:55:02 +02:00
parent ea84d9fc14
commit e7bf146f2c
No known key found for this signature in database
GPG Key ID: 06809324E4B2ABC1

View File

@ -816,8 +816,9 @@ if ($action == 'create') {
$companystatic->id=$objp->socid;
$companystatic->name=$objp->name;
print '<td>'.$companystatic->getNomUrl(1, 'customer').'</td>';
} else
} else {
print '<td>'.$langs->trans("None").'</td>';
}
if (! empty($conf->contrat->enabled)) {
print '<td>';
@ -882,8 +883,9 @@ if ($action == 'create') {
$i++;
}
}
} else
print '<tr class="oddeven"><td colspan="6">'.$langs->trans("NoneF").'</td></tr>';
} else {
print '<tr class="oddeven"><td colspan="9">'.$langs->trans("NoneF").'</td></tr>';
}
print "</table>";
$db->free($resql);