';
print '| ';
print $langs->trans('ProspectLevel');
@@ -552,7 +552,7 @@ if ($object->id > 0)
print " | ";
print ' ';
- // Status
+ // Status of prospection
$object->loadCacheOfProspStatus();
print '| '.$langs->trans("StatusProsp").' | '.$object->getLibProspCommStatut(4, $object->cacheprospectstatus[$object->stcomm_id]['label']);
print ' ';
@@ -561,7 +561,7 @@ if ($object->id > 0)
{
$titlealt = 'default';
if (!empty($val['code']) && !in_array($val['code'], array('ST_NO', 'ST_NEVER', 'ST_TODO', 'ST_PEND', 'ST_DONE'))) $titlealt = $val['label'];
- if ($object->stcomm_id != $val['id']) print 'id . '&stcomm=' . $val['code'] . '&action=setstcomm">' . img_action($titlealt, $val['code'], $val['picto']) . '';
+ if ($object->stcomm_id != $val['id']) print 'id.'&stcomm='.$val['code'].'&action=setstcomm">'.img_action($titlealt, $val['code'], $val['picto']).'';
}
print ' | ';
print " ";
|