This commit is contained in:
Laurent Destailleur 2024-01-29 13:12:06 +01:00
parent 40794458d2
commit c934340580

View File

@ -1986,7 +1986,7 @@ while ($i < $imaxinloop) {
$totalarray['nbfield']++;
}
}
// Type
// Nature
if (!empty($arrayfields['customerorsupplier']['checked'])) {
print '<td class="center">';
print $companystatic->getTypeUrl(1);
@ -1995,9 +1995,8 @@ while ($i < $imaxinloop) {
$totalarray['nbfield']++;
}
}
// Prospect level
if (!empty($arrayfields['s.fk_prospectlevel']['checked'])) {
// Prospect level
print '<td class="center nowraponall">';
print $companystatic->getLibProspLevel();
print "</td>";
@ -2005,9 +2004,8 @@ while ($i < $imaxinloop) {
$totalarray['nbfield']++;
}
}
// Prospect status
if (!empty($arrayfields['s.fk_stcomm']['checked'])) {
// Prospect status
print '<td class="center nowraponall">';
$prospectid = $obj->rowid;