mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Doc
This commit is contained in:
parent
40794458d2
commit
c934340580
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user